verhoej Posted November 10, 2011 Share Posted November 10, 2011 I have this code in product footer. Now i want the facebook like buttin to open my facebook page. But i cant get the code right to open it in a new window.... <!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style "> <a class="addthis_button_facebook_like" fb:like:layout="button_count"></a> <a class="addthis_button_tweet"></a> <a class="addthis_button_google_plusone" g:plusone:size="medium"></a> </div> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4e9ef73133a0b6e6"></script> <!-- AddThis Button END --> Link to comment Share on other sites More sharing options...
Barracuda Posted November 10, 2011 Share Posted November 10, 2011 In your file maybe add? : <A HREF="newwindow.html" TARGET="_blank">a new window</A> Open your file where your addthis location is. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now