Skip to main content

Posts

Showing posts with the label Blogger

How To Add Cookie Consent Notification On A Site

Here is the guide on how to add Cookie Consent notification on a site (Blogger, WordPress, and other site builders).  1. Generate Cookie Policy first. You can generate your own website's policy on this site. Copy this website address  https://termsfeed.com/cookies-policy/generator/. 2. Create New Page and copy the generated Cookie Policy on your blog. 3.  Search Cookie Consent by Insites or copy this website address in your browser's search bar  https://cookieconsent.insites.com/download/# . 4. Customize your Cookie Consent notification and don't forget to copy the code . 5. Navigate your Blogger Dashboard. Click  Layout , then  Add Gadget , and click  HTML/JavaScript  (pattern must be  Layout > Add Gadget > HTML / JavaScript ). 6. Paste the code you copied in the HTML/ JavaScript Gadget. Leave the Title empty  and click  Save. 7. Type your web addr ess in the browser's s...

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...