vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Add-On Releases - v3 Arcade Share Tools - Facebook, Google+, Twitter and More (https://vborg.vbsupport.ru/showthread.php?t=265545)

tidus78 05-10-2012 07:13 AM

Quote:

Originally Posted by Gemma (Post 2313815)
I can't reproduce any error. If you go to the facebook link below and enter the url of one of your games does it give any errors and does it pull the game information for that url? (ie - http://www.yoursite.com/arcade.php?do=play&gameid=789)

http://developers.facebook.com/tools/debug

No,it links to front page of the forum :confused:

Gemma 05-10-2012 07:51 AM

There are some other posts earlier in this thread about opengraph meta tags - https://vborg.vbsupport.ru/showpost....3&postcount=14 which may need to be implemented.

Quote:

Originally Posted by tidus78 (Post 2327917)
No,it links to front page of the forum :confused:

That is probably happening if your arcade isn't set to allow guests to play games.

In your usergroup settings for Unregistered/Not Logged In you would need to set Can View Arcade and Can Play Arcade to YES. Then in your v3ARCADE_PLAY template find:

Code:

<!-- main -->
            <div class="blockrow">{vb:raw flashcode}</div>

Replace that with:
Code:

<vb:if condition="$show['guest']">
<div class="standard_error">
    <h2 class="blockhead">Arcade Error Message</h2>
    <div class="blockbody formcontrols">
               
                <p class="blockrow">Sorry, guests cannot play games in the arcade, you must be a registered member of {vb:raw vboptions.bbtitle} to play games and submit scores.<br/><br/> This will also allow you to compete on our arcade leaderboards, play tournaments or challenge other players to a 1v1 match.<br/><br/> Registration is quick, free and simple. Click <a href="register.php">HERE</a> to join our site.</p>
    </div>
</div></vb:if>
<vb:if condition="$show['member']"><div class="blockrow">{vb:raw flashcode}</div></vb:if>

Changing the error message to suit your own needs.

tidus78 05-10-2012 04:51 PM

Tried but no results...

http://img821.imageshack.us/img821/9...0510194840.png

Gemma 05-11-2012 02:52 PM

Updated: Revised code and some additional Facebook integration code.

Quote:

Tried but no results...
Not sure :(

Did you try the additional steps in previous posts - adding the OG meta tags and making your arcade available to guests?

Do you have any other Facebook integration mods installed (other than the standard Facebook Connect that comes with the vbulletin software) that could be conflicting?

tidus78 05-12-2012 11:13 PM

Look at the URL,is it a SEO problem?

http://www.console-planet.it/arcade....lay&gameid=128

Gemma 05-13-2012 12:19 PM

Quote:

Originally Posted by tidus78 (Post 2328848)
Look at the URL,is it a SEO problem?

http://www.console-planet.it/arcade....lay&gameid=128

Looking at your source code you have two sets of OG meta tags. One for your site information and this one. The one for your site information is conflicting with this one. Even if you try displaying an arcade url from your site directly onto your Facebook page you will get the same results.

Do you have any other Facebook modifications installed?

tidus78 05-15-2012 06:16 PM

Yes,this one : https://vborg.vbsupport.ru/showthread.php?t=266159

I tried to disable it but no results...

Datenpapst 06-23-2012 08:13 AM

Hey Gemma, for my site, facebook etc still picks up the site information instead of the game info :(
Any solution for that? Did it like mentioned in the install in the first post and post 14 :(

Gemma 06-23-2012 10:36 AM

Quote:

Originally Posted by Datenpapst (Post 2342221)
Hey Gemma, for my site, facebook etc still picks up the site information instead of the game info :(
Any solution for that? Did it like mentioned in the install in the first post and post 14 :(

I've updated the opening post, to get Facebook to work you need to include step 2 and also set the usergroup permissions mentioned in step 5

5. Goto Usergroups > Usergroup Manager > Unregistered / Not Logged In and change the Can View Arcade and Can Play Arcade to YES

Then, hopefully, it should work as intended :o

Datenpapst 06-23-2012 02:39 PM

http://www.c-arena.com/attachment.ph...1&d=1340465850

Did as you said. :(


All times are GMT. The time now is 01:02 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01111 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete