Thursday 21 March 2019

How to Make a Pop Up Link on a Blog?



How to Make a Pop Up Link on a Blog - 

You certainly already know the regular link if you click it, you will go directly to the page on the link. There is also a link that will open a new page when clicked. While in this tutorial, we will create a pop up link.





How to Link Pop Up?


The pop uplink is a link that when clicked will open a link in a new window / Open Link In New Window. However, we can set this pop up link by itself, the window size can be bigger or smaller. Some say if the link created with Open In New Tab or a new page will be more SEO, how about the link that opens a new window? in my opinion more SEO too.



How to Make a Pop Up Link


Standard Link Differences, Open links in new tabs, and Link Pop Up



Standard Link



<a href="https://www.templatesboy.com/">Standard Link</a>


Link opens in new tab



<a href="https://www.templatesboy.com/" target="_blank">Links open in new tab</a>


Link Pop Up



<a href='https://www.templatesboy.com/' onclick='window.open(&apos;&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true' target='popupwindow'>Link Pop Up</a>


You can resize the new window that is opened using the pop up link by adjusting the width and height. If you want to make more SEO links, use the title / title and alt / description in the link. Example



<a href="https://www.templatesboy.com/" title="Templates Boy" alt="Templates Boy - Interesting Information Sharing" target="_blank">Link SEO</a>


I think so many tutorials about this Easy Ways to Make Pop Up Links. Hopefully it can be useful. 
Disqus Comments