I visited this web site investopedia)dot)com and copied a content from the website to paste it on a word page. when I paste it the the url of the contact page is also was copied but I didnt copied it. visit investopedia and try to copy any thing what ever you copy, the page url come with it automatically. how is this done........I want to do the same on my blog
Browsing through google I found this for you tynt.com/ from webproworld.com/webmaster-forum/threads/115130-Adding-URL-when-a-user-copies-content
thanks a lot. to zubizubi and HostingLynx and ajborrego, what man...........telling me to search on google what you think I didn't tried that.
If your blog is Wordpress,you can edit your single.php file from themes like blow. <script type="text/javascript"> document.body.oncopy=function(){ event.returnValue=false; var t=document.selection.createRange().text; var s="This article come from<?php bloginfo('name'); ?> <?php echo get_settings('home'); ?> , Original adress: <?php the_permalink() ?> "; clipboardData.setData('Text','\r\n'+t+'\r\n'+s+'\r\n'); } </script>