Here are some collections for bloggers from my pas blogger experience:
1. Adjust Right Sidebar margin width
Sometimes, the space between main body posts section and right side bar is too wide. You may want to change it from 40px to 10 px. Here is the code I found from here:
#sidebar-right-1{
position: relative;
left: 40px !important;
}
Add the code to Blogger Them Designer – Advanced – Add CSS section as show below.
2. Add youtube Playlist into blogger
2.1 Generate html code from your youtube playlist
2.2 Add html code into your Blogger layout
It is best to put code between <center> and </center> to get better center location in your page.
<center><iframe width=”560″ height=”315″ src=”https://www.youtube.com/embed/videoseries?list=PLg7bL1bMpwPXUwb-BsLKolf42uWa0_nfY” frameborder=”0″ allowfullscreen></iframe></center>
References:
- Add a Read More button to Popular Blog Platforms
- WordPress Attitude Theme Menu Bar Customize
- Add “Related Links” Widgets for Your Websites and Blogs
- Use Godaddy Domain with Openshift Apps
- Create a Sitemap Page or Table of Contents Page for Blogger
- Add Dropdown Menu in Blogger Website
- Collection of Website and Tools for Bloggers (Tips and Tricks)
本文分享了博主经验中的一些实用技巧,包括调整侧边栏间距、将YouTube播放列表嵌入到博客中等。通过简单的CSS代码调整,可以优化博客布局;使用YouTube提供的工具轻松为博客增添多媒体元素。




482

被折叠的 条评论
为什么被折叠?



