Steps To Add The Google+ Button After Post Title On the Same Line
- Go to Google + button generator and generate your button.
- Now go to your Blogger Dashboard.Then navigate to Template tab and click on Edit HTML.
- Find the given code.{Press Ctrl + F to search} <a expr:href='data:post.url'><data:post.title/> [There may be more than one of the same code,so make sure that you choose the right code.(Press Enter to skip to the next same code)]
- Copy-Paste your button code right after the above code.
- View your blog and ensure everything works fine. Enjoy!!
How To Hide The Button On Homepage?
Paste the widget code following the given example.
<a expr:href='data:post.url'><data:post.title/><b:if cond='data:blog.pageType == "item"'>
BUTTON CODE GOES HERE
</b:if>
|
How To Display The Button Only On Homepage?
If you want to display the button only on homepage,then paste the widget code following the given example.
<a expr:href='data:post.url'><data:post.title/><b:if
cond='data:blog.url == data:blog.homepageUrl'>
BUTTON CODE GOES HERE
</b:if>
|
Blogger Comment
Facebook Comment