Version: 1.00, by bjhuang
Developer Last Online: Jun 2013
Category: Show Thread Enhancements -
Version: 3.8.0
Rating:
Released: 01-15-2009
Last Update: 01-16-2009
Installs: 130
Uses Plugins
Re-useable Code
No support by the author.
Product: 1
Plugin: 2
Query: 0
What does it do
It inserts some hidden links (back to your forum) into the content of long posts. If someone steals your content, copy & paste a post to other places, there will be at least a link back to the original URL of your site. Good for SEO too.
Since you can't stop content thieves anyway, why not take some advantages?
Install
Step 1: import product-copyright.xml
Step 2: add this to the main css->additional css definition
PHP Code:
.copyright {
display: none;
}
Advanced
* for SEO purpose, there is an option to choose links back to a thread or a post.
* the back links will become visiable after copy&paste. if you like them to stay hidden, just open and modify template "copyright"
Find
PHP Code:
<span class="copyright">
Replace
PHP Code:
<span class="copyright" style="display: none;">
i do not recommend to do this cause this may be bad for SEO.
Sounds stupid?
Yes, stupid enough. It is so easy to remove the back links. But from my experience, thieves are busy, blind, or more stupider. Most of them won't remove the links. You can't image how many back links i got this way.
You could modify the phrase "copyright_source" to some unique string. And google for it.
Will it hurt my SEO?
I can't promise that. but I think it does more good than evil. You could give your opinions here.
The most famous travel forum in chinese world - www.bbkz.com
Not 100% sure abt this mod but going to give it a try anyways as i have hidden links in my sites footer to specific threads on my site and it hasent hurt our SEO yet
Some thoughts:
Add options to turn this on/off on a Catogary/ Room basis ?
Add options to turn this on/off on a user group basis ?
Is there a way to add just one link to the end of the post instead of after x amount of characters?
For example:
Code:
<a href="http://link of post">Source...</a>
So that the link looks genuine when it's copied and pasted somewhere else, instad of being stuck somewhere in the middle of the post and not looking right?
Or the anchor text could automatically become the title of the thread?
Maybe a possible option for future releases?
Thanks for the mod, useful but I think needs improved.
it reason why i don't put it at the end of posts is that the link is hidden in the original post, so there is a big probability it won't be selected for copying if it is the last few byte. and when it becomes visiable after pasted, the link is more likely be recognized and removed.
as for the second suggestion, the anchor text should be the link itself because most of the time the content will be copied as plain text intstead of html source code. if the anchor is the thread title, there will not be a back link after pasted.
but of course this is easy if you insist. open template "copyright" and find these two line
try to simulate the action of copy&paste. you will see the tricks here.
Quote:
Originally Posted by glennybee
Is there a way to add just one link to the end of the post instead of after x amount of characters?
For example:
Code:
<a href="http://link of post">Source...</a>
So that the link looks genuine when it's copied and pasted somewhere else, instad of being stuck somewhere in the middle of the post and not looking right?
Or the anchor text could automatically become the title of the thread?
Maybe a possible option for future releases?
Thanks for the mod, useful but I think needs improved.