AddThis Panel...

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.
10/24/2010 8:15:37 PM
Gravatar
Total Posts 165

AddThis Panel...

Joe,

Working with the AddThis (site & blog) and for the site I believe you are using the information in the layout.master, there are two fields in there 'CustomBrand' and 'CustomeLogoURL' and on the blog area there is Brand, Options and Logo URL fields that can be data placed in them.

My client wants to use a different look for addthis, what do I put in those fields to make this work?

This is the code I was supplied with from AddThis:

<!-- 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>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4cc4d6d63b5b5ce4"></script>
<!-- AddThis Button END -->

I just was not able to locate it in the documentation, I could have missed it, if so Please point me in the correct direction.

Thanks again for a great product.

Mark
 

10/26/2010 6:38:29 AM
Gravatar
Total Posts 18439

Re: AddThis Panel...

See this old blog post that has some examples for those settings

http://www.mojoportal.com/one-bookmarking-service-to-rule-them-all-and-in-the-widget-bind-them.aspx

Custom Brand is just a brand name, you can also add a logo and control background and foreground colors from the blog settings.

You should not need to use a custom script from addthis.com since it is built in to mojoPortal.

The settings in layout.master are for when using the addthis button on every page, but the blog has separate settings for addthis.

Hope it helps,

Joe

ps this forum is for questions about working with source code in Visual Studio. this question should have been posted in the Questions About Site Administration or general Questions forum not the Developer forum

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