Find info about electronics prices, discounts, top deals in link, like US below.

Giving source url Article When The Copy Paste Automatic


Because of this blog I called share everything so here I want to share whatever I know and whatever i want. :)
every time you create an article on our posts, and it is an article that is suitable for other blogs and they copy paste without putting the source of the original post, of course it will make us a little disappointed. And unfortunately I also sometimes like that, probably because either forget or deliberately.

If a lot of copy and paste our articles on their blog of course there are not unique again, so I'm sharing this script to make the copy source automatically will be appear. although probably after the copy paste the url of the original article can be removed, hopefully not. just to remind the Copas.

This script as ezinearticle that if we copy of the article and the url source of the original will be automatically copy to.
Screenshot :
acript copy paste url


Here this steps below :
1. Log in Your Account With Google Blogger.
2. If you have the dashboard Going Into Design »Edit HTML.
3. Enter this script and then put the script above </head>:
<script type="text/javascript">
function addLink() {
var body_element = document.getElementsByTagName('body')[0];
var selection;
selection = window.getSelection();
var pagelink = "

Source: <a href='"+document.location.href+"'>"+document.location.href+"</a>
Copyright new-ones.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>

4. Change url new-ones.blogspot.com with your url.
5. Save template.

Try to copy and paste your blog to see result, if you follow intruction above you will see.


Description: Giving source url Article When The Copy Paste Automatic Rating: 4.5 Reviewer: Zein Okeh - ItemReviewed: Giving source url Article When The Copy Paste Automatic

Posted by: Zein Okeh Share Everything, Updated at: Monday, November 14, 2011

0 komentar:

Post a Comment

Sorry if my english is bad

Related Posts Plugin for WordPress, Blogger...
Powered by Blogger.