I want to publish a panoramic 360 on my facebook.

  • good day

    I have the software and I have a question.
    (I'm not a programmer, so please, you can explain me, thanks)

    I want to publish a panoramic 360 on my facebook.
    How is it done?
    It could also display on mobiles, with which format, with html5?
    Maximum resolution that can be?
    Any other recommendations?

    I appreciate your help

  • you don't need to be a "programmer", but you will need to learn how to modify your web page html code

    to embed panoramas directly into facebook posts see this tutorial -

    https://www.facebook.com/groups/panoram…72042586173194/

    basically, you need to put these tags into your pages head section, be sure to modify the appropriate values below for url, title, size etc

    Code
    <meta property="og:site_name" content="SITE TITLE" />
    <meta property="og:url" content="PAGE URL" />
    <meta property="og:title" content="PAGE TITLE" />
    <meta property="og:type" content="article" />
    <meta property="og:image" content="PREVIEW IMAGE URL" /> 
    <meta property="og:video" content="PANO SWF URL" /> 
    <meta property="og:video:height" content="300" /> 
    <meta property="og:video:width" content="400" /> 
    <meta property="og:video:type" content="application/x-shockwave-flash" />

    only flash panoramas can be embedded directly in a post, on mobile html5 it will open in a new window

    see the comments on the tutorial for more info

    sam

  • markus, panos on your page do not seem to be embedded, just linked (open in new window, not inline)

    any link opened in the fb mobile app will open in a new app window as you described

    this is not the same as embedding inside a post on a facebook timeline

    note that is you have facebook secure browsing "https" enabled most pano embeds will not work (they will open in new window instead of inline), unless the panos are also served via https

    see the tutorial for more details

    sam

  • I've found this interesting demo video : https://www.youtube.com/watch?v=T80SKQkMgbs

    It's specified that your hosting accepts secure certificate
    My hosting is OVH and it's OK.

    https://galeriecaracas.com/Galerie/lexpo/…6-Septembre.xml

    This is my code, but something is still missing... It doesn't work. Facebook debugger says : "objects of this type don't allow the property called og: video

    Any help ? Thank's


    Code
    <meta property="og:site_name" content="GALERIE CARACAS" /><meta property="og:url" content="http://galeriecaracas.com/Galerie/lexpo/expo-5.html" /><meta property="og:title" content="Visite Virtuelle 360° Galerie Caracas" /><meta property="og:type" content="article" /><meta property="og:image" content="http://galeriecaracas.com/galerie-art-exposition-arcachon/wp-content/uploads/2016/10/expo-septembre-2016-galerie-caracas-og.jpg" /><meta property="og:video:" content="https://galeriecaracas.com/Galerie/lexpo/tour.swf?pano=http://galeriecaracas.com/Galerie/lexpo/2016-Septembre.xml" /> <meta property="og:video:secure_url" content="https://galeriecaracas.com/Galerie/lexpo/tour.swf?pano=https://galeriecaracas.com/Galerie/lexpo/2016-Septembre.xml" /> <meta property="og:video:height" content="300" /> <meta property="og:video:width" content="530" /> <meta property="og:video:type" content="application/x-shockwave-flash" />

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!