Kamis, 06 Desember 2012

READ MORE TIPS TO MAKE BLOG

Creating Resource Articles / Read More Blog Copas is currently in the blog url address located at the bottom of the article which will be the source of the current article postings on Copas by others. Here's how Creating Resource Articles / Read More Blog Today in Copas:

1. Log in to Blogger
2. click the Template
3. Edit HTML> Continue> check Expands Widget Template
4. Find the code </ head> (use Ctrl + F)
5. Copy the code below and place it under the code </ head>


<script type='text/javascript'> function addLink() { var body_element = document.getElementsByTagName('body')[0]; var selection; selection = window.getSelection(); var pagelink = "<br/><br/> Read more at: <a href='"+document.location.href+"'>"+document.location.href+"</a><br/>Copyright http://rascalzona.blogspot.com/ Under Common Share Alike Atribution"; // change this if you want var copytext = selection + pagelink; var newdiv = document.createElement('div'); newdiv.style.position='absolute'; newdiv.style.left='-99999px'; body_element.appendChild(newdiv); newdiv.innerHTML = copytext; selection.selectAllChildren(newdiv); window.setTimeout(function() { body_element.removeChild(newdiv); },0); }document.oncopy = addLink; </script>
Description:
Replace the blue with the url of your blog.

6. Save the template.

0 komentar:

Posting Komentar