Sunday, May 27, 2012

How to Make an External Link in Blogger

Link is a way of linking the address of the site with other sites to link your website address in the text or images. The text actually contains a link if the destination site address. If the text is plain text only, then it is not a link. Internal link means a link that leads to the url address in the same blog or easy terms could be called a link that leads to another post within the same web site. External links are links that point to other people's web/blogs, so what's the difference with the internal link external link is the purpose of installation of the link.
How to Make an Internal Link in Blogger ?
1.  Highlight the text you'd like to turn into a link. If you do not select any text before using 
     the link button, your link will be created but without anything to click on.
2.  Click the Link button (or hit control+shift+a on your keyboard):

3.  A pop-up window will appear prompting you for a URL you'd like to link to. 
     Type the URL in the text box.
Check "Open link in new window"(if you want the link open in new window), and then press OK.

Posted by: Denmas Tugino
Godheg Updated at: Sunday, May 27, 2012

How to Copy a Post in Wordpress Blog

How to Copy a Post in Wordpress BlogIt takes much work to get a post just right. Why not reuse that effort? Copy A Post lets you duplicate a post, including the title, contents, tags and categories, so you can start a new post without having to re-enter tags, categories and formatting. Copy a Post appears within the Writing Helper module below the Editor on the Add a Post screen. To use Copy A Post, click on the button and it will open right in place.


How to copy a post ?
1. Go to your dashboard >> post >> copy a post;
2. Select one of your post that want to copy.


If you already have a post in progress and want to keep it, make sure to save the post before hitting Copy. After hitting copy  the post will look like this :
Set the post title, categories, tags and other properties as you wish, and then publish the post.

Posted by: Denmas Tugino
Godheg Updated at: Sunday, May 27, 2012

How to Add "Follow Twitter" Button on your Blog

In addition to search engines, social networks can bring traffic to our blog. For owners of a personal blog might be traffic from social networking and forum is the right solution when traffic search engines can not detect. How does that get traffic from social networking? In fact many ways and many others explain how to get traffic from social networking, one of them by adding the Follow Twitter button on the blog (Note: you must already have a twitter account). Well this time I will give way to add the twitter button to follow your blog



a. Go to Twitter Resources;
b. Select "Twitter Button"

1)  Click "follow button"
2)  Check "Show Username"
3)  Coppy the code.

Next step :
Go to your blog dashboard >> add gadget>>html/javascript gadget>>paste the code>>save widget.

Posted by: Denmas Tugino
Godheg Updated at: Sunday, May 27, 2012

Saturday, May 26, 2012

How to Set the Widget on The Blog Header

Many bloggers are having trouble how to put widget in header of blogger blog, That's because the header area on the blog on blogger is locked! so we can not add a widget in this area. So in this area are only allowed to change the name and description. Which is  sometimes we want to add a new component in this area, especially for bloggers who put up advertisements. In order for this header area can be modified and added other components besides the title and description do the steps below:

For the first step you Login to Blogger, after entering the dashboard menu click template >> backup your template(optional)>>edit html>>check expand template widget, find the code below (use ctrl+f) :

<div id='header-wrapper'> 
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Header' type='Header'>


Maybe each template using different codes. The point is that the code look like the code in your blogspot template. Well now see the code. There are variables that you can change, with the aim that this area can be modified, the variables include: 
1.  maxwidgets = '1', change the value of this variable by you, eg the value filled 
     in two, means the maximum component that can be placed in this area 
     is the two component;
2.  Showaddelement = 'no', the default value of this variable is' no ', change it to' yes'. 
     Its mean that you can add an element;
3.  Locked = 'true', the default value of this variable is' true ', change it to' false'. 
     It's mean that the widget is not locked;


<div id='header-wrapper'> 
<b:section class='header' id='header' maxwidgets='2' showaddelement='yes'>
<b:widget id='Header1' locked='false' title='Header' type='Header'>

4.  Save Template. and see the results on the window layout !


You can add widget in the header area : add gadget>>html/javascript widget, put the code and save widget.

Posted by: Denmas Tugino
Godheg Updated at: Saturday, May 26, 2012