is there a way to make the recommend box appear on the home page and also on 3rd party mod pages?
is there a way to make the recommend box appear on the home page and also on 3rd party mod pages? |
i take it that's a no then |
i take it that's a no then Recommend box for BoonEx or Dolphin? ManOfTeal.COM a Proud UNA site, six years running strong! |
Have to give more information on what you want to do. Are you wanting to recommend your site or some content on the home page? Geeks, making the world a better place |
hi gg, the new recommend box that is on all the other pages (7.1.4) such as groups, photos, sounds etc, i would like to be able to put it on my home page and other 3rd party mod pages, (so that i can get rid of the facebook like box & google+ box that i made) to make the site look more uniformed |
Why don't you just pull the database tables for social sharing? sys_objects_social_sharing each entry can be taken e.g. for twitter, the data in the database is, <iframe allowtransparency="true" frameborder="0" scrolling="no" src="//platform.twitter.com/widgets/tweet_button.html?url={url_encoded}&text={title_encoded}&size=medium&count=horizontal&lang={lang}" style="width:100%;height:21px;"></iframe>adding these to and HTML block and added the "<br />" tag you can duplicate the box.. ManOfTeal.COM a Proud UNA site, six years running strong! |
many thanks for the info, done what you said and got everything working except for the facebook like, it keeps coming up as error hopefully i will get it sorted in a while |
it keeps coming up as error hopefully i will get it sorted in a while
Go to https://developers.facebook.com/docs/plugins/like-button/ and create a new one for your index page. ManOfTeal.COM a Proud UNA site, six years running strong! |