কি ভাবে আপনার ব্লগারে ফেইজবুক লাইক বোতাম যুক্ত করবেন
1. ব্লগার ড্যাশবোর্ড এ যান> ডিজাইন> HTML সম্পাদনা করুন
2. প্রথমে আপনার টেম্পলেটের একটি ব্যাকআপ নিতে
3. উইজেট প্রসারিত চেক বক্স টিক্টিক্
Tick the expand widget check box
4. আপনার ফর্মা নিচের কোড খুঁজুন
Ctrl+F বোতাম চেপে <data:post.body/>
লেখাটি খুজুন।
<data:post.body/>
এর পূর্বে নিচের কোডগুলোর যে কোন একটি বসান এবং সেভ করুন।
<b:if cond='data:blog.pageType != "static_page"'> <iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.canonicalUrl + "&send=false&layout=box_count&show_faces=false&width=55&action=like&font=arial&colorscheme=light&height=62"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:55px; height:62px;'/> </b:if>
2. Horizontal Count
<b:if cond='data:blog.pageType != "static_page"'> <iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.canonicalUrl + "&send=false&layout=button_count&show_faces=false&width=90&action=like&font=arial&colorscheme=light&height=21"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:90px; height:21px;'/> </b:if>
3. Without Count
<b:if cond='data:blog.pageType != "static_page"'> <iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.canonicalUrl + "&send=false&layout=standard&show_faces=false&width=450&action=like&font=arial&colorscheme=light&height=35"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:35px;'/> </b:if>
Post a Comment