Skip to main content

Posts

How To Add "Sticky Buttons" On Your Site Without Using Any Third Party Website

If you want your visitor to share easily your site you must install or add a share button to your site. There are many ways on how to configure that. You can install it by signing up through third-party websites such as ShareThis . As you can see, I am using ShareThis Sticky  Button. In this blog, I will show you how to set-up or add Share Button to your site manually without signing up or registering to any third-party websites. 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. <!-- Scrolling social Button BEGIN --> <div class = "addthis_toolbox addthis_floating_style addthis_32x32_style" style = "left: 50px; top: 50px;" > <a class = "addthis_button_facebook" href = "https://draft.blogger.com/null...

How to Add Sticky Button On A Blog Or Website Using "ShareThis"

In this blog, I will show you the step by step procedure on how to add "Share Buttons" in your site using ShareThis website which I also use in my site. But, there is also another option that you can try if you want to install "Share Buttons" without using any third party websites . 1. Search the ShareThis website or type " www.sharethis.com " in your search bar. 2. Click " Get Share Buttons " to register your site and create your account. Just fill-up the field with the correct information. And, if you have already an existing account just click Log In. 3. Once the registration is done. Click the GET THE CODE  button. 4. Click the COPY to get the code. 5. Navigate your Blogger Dashboard . Click Layout > Add Gadget > Click HTML/Javascript . 5. Paste the copied code in the HTML/Javascript Gadget and click save. 6. Return to ShareThis Dashboard . Click Verify Ma...

Benefits of Using URL Shorteners

Have you ever wonder why do some people prefer to use URL Shortener for their posts, articles, and other content on the internet? How do they benefit from using that? If you started to use a URL shortener by now, later or sooner you will appreciate the benefits of it. I am also a fan of using that in my work, social media, and of course in my blog. URL (Uniform Resource Locator) or sometimes we call "link" is a unique address of a resource on the Internet. URL Shortener or Link Shortener is an online web tool that allows a user to convert the long link into a short link. There are lots of  popular URLs Shortener sites  and I've been using those for more than 5 years. Reasons why I always use URL Shortener 1. Convert lengthy links into short links Most used in social media such as Twitter, Instagram, and Facebook. 2. Monitor Performance Using such web tool does not only give you easy access to make your link turn into a shorter one but it...

How to Create HTML Sitemap in Blogger

Updated blog here: https://werkify.blogspot.com/2023/05/how-to-create-html-sitemap-in-blogger.html A Sitemap is very important in a blog or website. It is a requirement for a blog to be indexed in search engines like Google, Bing and Yahoo search. There are various types of Sitemap but the most popular Sitemaps are in XML and HTML format. Here is the guide on how to create an HTML Sitemap in your Blogger blog. This guide also works on WordPress.  1.  Login to your Blogger Dashboard 2.   Then go to Pages > Create New Page   3. After creating a New Page. Fill up the title (e.g. HTML Sitemap or Sitemap). Click ‘ HTML’ and delete the existing code.     4. Copy this code <script type= 'text/javascript' > var postTitle = new Array (); var postUrl = new Array (); var postPublished = new Array (); var postDate = new Array (); var postLabels = new Array (); var postRecent = new Array (); var sortBy = "titleasc" ; var ...