addthis

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
4/12/2011 8:07:59 AM
Gravatar
Total Posts 43

addthis

i've been doing a little search and haven't found an answer to this...

i'm using the addthis on a blog feature but the style that it has isn't what the users want...

they want the 4 prefered social type separated and the share btn on side...so doing a little view in addthis.com they wanted what is whit this script:

<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4da44693405748ad"></script>
<!-- AddThis Button END -->

now...i know we can change the site's addthis in the layout.master...but what about the blog one? and if not is there a simple way to switch and put something like this script on every post? 

ty

4/12/2011 8:10:30 AM
Gravatar
Total Posts 43

Re: addthis

another thing btw...my "like" btn has a weird bug :s just saw it now...when i click "like" it blocks and quickly unblocks again not doing anything :s

4/12/2011 9:25:44 AM
Gravatar
Total Posts 18439

Re: addthis

Hi,

Facebook like button seems broken at the moment as discussed in this thread I believe it is a problem on the Facebook side of things.

For customized add this button in blog posts you could make a Content Template and then you could easily add it to posts from there (instead of using the feature built into the blog).

Probably this part only should be in the page one time

<script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script>

so if you already have that in the layout.master I think you should leave it out when creating a content template.

AddThis has changed since I last looked at it, when I get a chance I will look into implementing options for their new version.

Hope it helps,

Joe

4/12/2011 10:03:38 AM
Gravatar
Total Posts 43

Re: addthis

ty for the help ;)

i'm atm building another way into this cause...now the users just want facebook links of like and share -.-'

so i'm researching the btns of facebook itself 

You must sign in to post in the forums. This thread is closed to new posts.