F

Post a Comment
DESCRIPTI

How To Add HTML On Blogger.

Step-1: Open add or edit post page in Blogger.
Step-2: Change post editor mode to “HTML view” from editor toolbar.
Step-3: Add your HTML code in post.
Step-4: For more understanding, following image given which shows editor tool icons and post editor mode options.

How To Add JavaScript On Blogger.

Step-1: Login to blogger.com and visit the dashboard of your blog. 
Step-2: Now, click on template menu from the left sidebar. 
Step-3: From template window, click on Edit HTML. 
Step-4: Finally, you have to decide where the JavaScript codes should be inserted.

In maximum cases JavaScript codes works fine by adding it within <head> </head> tag.

Similarly, if any JavaScript code is necessary for article/post pages then you may insert the script codes within conditional tag as shown below and paste the whole codes just above/before closing </head> tag.

<b:if con='data:blog.pageType == &quot;item&quot;'>
Paste Your JavaScript Here for post page
</b:if>

If you are using third party JavaScript codes then make sure you have copied entire codes properly. Most of cases I found that they miss either the opening <scripttype='text/javascript'> tag or the closing </script> end-tag or both. As a result of which your all codes will appear on live webpage and shall not work properly.

How To Add CSS On Blogger.

Step-1: Login to blogger.com and visit the dashboard of your blog. 
Step-2: Now, click on template menu from the left sidebar. 
Step-3: From template window, click on Edit HTML. 
Step-4: Finally, you have to decide where the CSS codes should be inserted.

1- Press CTRL+F and search for ]]></b:skin>. Then paste your CSS code above the tag.
2- Click Save to add the code.
3- Check your blog for the change.

CSS CODE

ENTER CODE HERE

DESCRIPTI

JAVASCRIPT CODE

ENTER YOR CODE

The social media widget is now fully built and working correctly if you follow all the steps correctly. If you have questions or steps that you do not understand, please write down the questions and concerns in the comment column below.

Related Posts

There is no other posts in this category.

Post a Comment

Subscribe Our Newsletter