Skip to main content

Posts

Showing posts from September, 2018

How To Embed Twitter Timeline On A Blog

In the previous blog, I made a blog on how to embed Twitter Buttons on your blog or website, and I will show you the easiest way on how to embed the Twitter timeline of your Twitter page. But, if you want it to customize it, you can do it manually on the Twitter Publish Page . 1. Log in to your Blogger Dashboard . 2. Navigate your Blogger Dashboard. Click Layout , then Add Gadget , and click HTML/JavaScript  (pattern must be  Layout > Add Gadget > HTML / JavaScript ). 3. Once, the HTML/JavaScript gadget is added.  Copy this code. Twitter Timeline Code <a class = "twitter-timeline" href = "https://twitter.com/trafixxo?ref_src=twsrc%5Etfw" > Tweets by trafixxo </a> <script async src = "https://platform.twitter.com/widgets.js" charset = "utf-8" ></script> 5. Paste the code you copied in the HTML/ JavaScript Gadget. Type your Title (example " Follow Us on Twitter " or ...

How to Embed Twitter Button On A Blog

Most of the blogs and websites have their own social media pages embedded. In the previous blog I posted, I created a guide on how to embed Facebook Page on a blog.   In this blog, I'm gonna show you how to embed Twitter Buttons on your blog easy and fast but it's your choice if you want to do it manually on the Twitter Publish Page . How to Embed Twitter Button On A Blog 1. Log in to your Blogger Dashboard . 2. Navigate your Blogger Dashboard. Click Layout , then Add Gadget , and click HTML/JavaScript  (pattern must be  Layout > Add Gadget > HTML / JavaScript ). 3. Once, the HTML/JavaScript gadget is added. Select what widget you want to use and appear in your blog.  4.  Find and copy the right code below on the button you choose. For Share Button |   Tweet <a href = "https://twitter.com/share?ref_src=twsrc%5Etfw" class = "twitter-share-button" data-show-count = "false" > Tweet </a><sc...

How To Embed Facebook Page On A Blog

Most of the blogs and websites embed their Facebook Page and other Social Media Pages to attract more followers or visitors. This is one way to notify followers you have posted new blogs and if the content is informative, it might lead to more followers or visitors in your blog. In this blog, I'll show you how to set-up or embed Facebook Page in your blog.    1. Log in to your Blogger Dashboard   2. Navigate your Blogger Dashboard.       - Click Layout ,       - then Add Gadget , and       - click HTML/JavaScript gadget     3. Add the ‘HTML/JavaScript gadget’ and copy this code.   <center> <div class = "fb-page" data-href = "https://www.facebook.com/facebook/" data-width = "360" data-small-header = "false" data-adapt-container-width = "true" data-hide-cover = "false" data-show-facepile = "true" ></div></center>   4. Find this code and change...