Memaparkan catatan dengan label Tips for Blogger. Papar semua catatan
Memaparkan catatan dengan label Tips for Blogger. Papar semua catatan

Jumaat, 20 Mei 2011

Sejuta Pengunjung!!

Pagi2 nie, aktiviti cm biase check email dan bace blog skit2..


n then terjumpe satu article punye lah best..kite boleh dapat sejuta pengunjung dengan menyertai 


program ini. Tiada yang mustahil di dunia maya nie...sedangkan followers twitter pun boleh dibeli..hehe..








So, come on guy, let give it a try... program ni free sahaja..

Ahad, 14 November 2010

How to share your blog on facebook

Here's, how make share button on your blogspot posts, like appear at my blog.
Which will be good for readers to share your posts on Facebook.

Okey,  lets go to blogger dashboard -Edit HTML -Check Expand Widget -
and find the code below:

<b:if cond='data:top.showAuthor'>

Place following code before the code above


<b:if cond='data:post.url'>
<a expr:href='&quot;http://www.facebook.com/share.php?u=&quot; + data:post.url'><img alt='www.tips-fb.com' border='0' src='http://i15.photobucket.com/albums/a398/syilpid/share_on_facebook_2.png'/></a>
</b:if>

The code above will appear be like this button:




If you want to using another button , can use these code below :



<b:if cond='data:post.url'>
<a expr:href='&quot;http://www.facebook.com/share.php?u=&quot; + data:post.url'><img src="http://i15.photobucket.com/albums/a398/syilpid/share_on_facebook_4.png" border="0" alt="www.tips-fb.com"></a>
</b:if>



<b:if cond='data:post.url'>
<a expr:href='&quot;http://www.facebook.com/share.php?u=&quot; + data:post.url'><img src="http://i15.photobucket.com/albums/a398/syilpid/share_on_facebook_3.png" border="0" alt="www.tips-fb.com"></a>
</b:if>

Or use your own text , for example : "Share On Facebook"

<b:if cond='data:post.url'>
<a expr:href='&quot;http://www.facebook.com/share.php?u=&quot; + data:post.url'>Share on Facebook</a>
</b:if>

Thank to free-7 for the info, nice info for everyone...
Related Posts Plugin for WordPress, Blogger...