Quote:
Originally Posted by minhmeo.info
|
I think I found a solution. DBTech Post Thanks uses javascript for clicking Thanks/Like correct?
In your
footer template, add this to your Protected Links:
So the code will look something like this:
Code:
<script src="js/anon.js" type="text/javascript"></script>
<script type="text/javascript"><!--
protected_links = "yoursite.com,javascript://";
auto_anonymize();
//--></script>
I had a similar issue on my board, my Nav Bar drop down menus use javascript, so the
Javascript drop down menus would show like this:
https://thetechgenius.net/redirect/?to=javascript://
It didn't break the Drop Down, because its just a menu. But it could break other javascript functions, such as DBTech Thanks/Like Addon.
Let me know if it works for you.