X3 Photo Gallery Support Forums
BSPS wrote:I just have to fill in the right app-id right?
Because now all of a sudden I can like the page but it says you and 12 others, while my page has over 2k fans.
Sure, but as far as I could see, you had the appID of your facebook page, and then you have the URL of your gallery page. You can only choose to have one ... I suggest you use the Facebook "like" build to add all your data for EITHER the gallery page or your facebook page, and then click "get code" to see the exact details to add to the module ...BSPS wrote:I think I figured something out, the 12 likes are likes of my website itself. Isn't it possible to get people to like my actual facebook-page through the imagevuelink?
function togglesocial(bool){
if(bool){
$("#social-thing").show();
} else {
$("#social-thing").hide();
}
}Hmmm, this was just a quick "hack" I added as it seemed most appropriate to add it top right corner. I can't hardcode this function into the SWF, because we don't want the social-thing to disappear on menu hover if it is located on the right. Can't you just add some space in the CSS so that the social-thing display either below or on the left of your logo?schurdinand wrote:Is there a way to let the social thing disappear when using the menu?! I placed it next to the main menu, because I have a logo in the right corner...
I really like its name...mjau-mjau wrote:...because we don't want the social-thing to disappear...
Yes you're right...schurdinand wrote:Hey, this works really well!
This code is responsible for the social thing to disappear when audioplayer is used, right?
Is there a way to let the social thing disappear when using the menu?! I placed it next to the main menu, because I have a logo in the right corner...Codefunction togglesocial(bool){ if(bool){ $("#social-thing").show(); } else { $("#social-thing").hide(); } }
function togglesocial(bool){
if(bool){
$("#social-thing").show();
} else {
$("#social-thing").hide();
}
}
$("#social-thing").show();index_example.html does not contain dynamic php that can read data from settings or custom CSS. It is just meant as a guide for those who are creating their own html file. I am not sure what you are trying to do or why it is supposed to work for with this file ...schurdinand wrote:Thank you so much! Wow, how easy this was! It works perfectly!
If using the index_example.html instead of index.php to load the gallery, this social thing does not show up, wheather using the original code or not! It worked well with the old Facebook "like" Button before...
Do you have any idea why?
We don't add any text, so this is out of our control. The Facebook and Twitter is basically a service loaded directly from Facebook and Twitter ... Apparently some of the language should change depending on what country they are being viewed from, and/or if they are logged in to the service or not.Johan wrote:Any chance for me to have the Social Thing bar in french ?... indeed, this bar is in english... I saw the JS code and i can't find parameters for language...
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-lang="fr">Tweet</a> $.getScript('http://connect.facebook.net/en_US/all.js', function () { $.getScript('http://connect.facebook.net/fr_FR/all.js', function () {Confirmed.Johan wrote:Seems work, but i think that my bar is in french even for english people.... someone can confirm it please ? Thanks