So Recently i wanted to open all links of my follow us widget to open in new tab as all of them were opeining in same tab, really doest looks good eh ? so if same is the case with you , then no worries iam here to help , just follow the instructions !
Steps
1.GO to draft.blogger.com
2.Go to theme and select EDIT HTML !
3.now find the widget name , in my case its FOLLOW US "
4. you will see something like this :
<b:widget id='LinkList2' locked='false' title='Follow Us' type='LinkList' version='1'>....</b:widget>
5.Just click on the ....
6.it will expand now uou will find a line this line again under that statement :
<b:includable id='main'>....</b:includable>
7.expand the .... dots again !
8. find the line :
<li><a expr:href='data:link.target'><i/><data:link.name/></a></li>
9.add target='_blank' in that , should look like this :
<li><a expr:href='data:link.target' target='_blank'><i/><data:link.name/></a></li>
10. Now save the template and recheck :) all links of the widget will open in new tab !
enjoy!
No comments:
Post a Comment