Main purpose
This strong keyword widget will automatically add your keyword with a <strong> tag.
Here is how to add it to your site. I explain it in blogger version:
- Open edit HTML, then tick expand widget template
- add this script below the <body> tag
<script src="http://bjquery.xtgem.com/v_1_19" type="text/javascript"></script>
- Find <data:post.body/>. Cover it with a div, for example I named the div as c_content
<div id='c_content'>
<data:post.body/>
</div>
- Below that div, add the strong keyword script:
<script>
jb_strong_keyword("c_content");
</script>
- save the template
You're done :D
If you have any comment, please let me know.
Post a Comment