calameo

  • I am trying to embed a calameo document with no luck. I just notieced that it never worked, so I just inserted a link but prefer to have it open in wordpress. Can someone help me out? I would appreciate it. I can’t figure this out.

    In my Calameo account, it says:
    <!– Copy paste this HTML code in your webpage //–>
    <object id=”calameo-viewer-0006000614059fd6bd710-1311215313″ classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ width=”100%” height=”500″>
    <param name=”movie” value=”http://v.calameo.com/2.1/cviewer.swf?bkcode=0006000614059fd6bd710&langid=en&authid=vFeJov5YHyrP” />
    <param name=”quality” value=”high” />
    <param name=”wmode” value=”opaque” />
    <param name=”allowscriptaccess” value=”always” />
    <param name=”allowfullscreen” value=”true” />
    <param name=”swfversion” value=”9.0.45.0″ />
    <!–[if !IE]>–>
    <object id=”calameo-viewer-inner-0006000614059fd6bd710-1311215313″ type=”application/x-shockwave-flash” data=”http://v.calameo.com/2.1/cviewer.swf?bkcode=0006000614059fd6bd710&langid=en&authid=vFeJov5YHyrP” width=”100%” height=”500″>
    <!–<![endif]–>
    <param name=”quality” value=”high” />
    <param name=”wmode” value=”opaque” />
    <param name=”swfversion” value=”9.0.45.0″ />
    <param name=”allowscriptaccess” value=”always” />
    <param name=”allowfullscreen” value=”true” />
    <script type=”text/javascript” src=”http://s1.calameoassets.com/calameo-v4/widgets/loader/cloader.js”></script>
    <!–[if !IE]>–>
    </object>
    <!–<![endif]–>
    </object>

    when I do all, the whole code as it appears above is what appers on my webpage. ??

    There is also this little nifty thing, but when I add this, it also shows the code in a window similar to this.
    [calameo code=0006000614059fd6bd710 authid=vFeJov5YHyrP lang=en width=100% height=500]

    thanks for listening.
    stupas.wordpress.com

    not sure how I see the response, so you an email to (email visible only to moderators and staff)

    The blog I need help with is: (visible only to logged in users)

  • Have you read this support entry? http://en.support.wordpress.com/code/
    The software is stripping the code out to preserve security on this multiuser blogging platform.

  • You need to convert it into a WP-specific shortcode as explained here:
    http://wpbtips.wordpress.com/2010/07/22/gigya-shortcode-3-widgets/

    In your case:
    [gigya src="http://v.calameo.com/2.1/cviewer.swf" flashvars="bkcode=0006000614059fd6bd710&langid=en&authid=vFeJov5YHyrP" quality="high" wmode="opaque" allowscriptaccess="always" allowfullscreen="true" swfversion="9.0.45.0" width="580" height="500" ]

    Paste into HTML post or page editor, or into a text widget. Width and height can be changed.

  • Thank you both @timetheif and @panaghiotisadam, I don’t understand. But I will go try now. I just found my way here, I didn’t know where to look for the answers.

  • I just copied the code and it works! Thank you. So that I understand this, to do for other like postings, do I replace the “http://v.calameo.com/2.1/cviewer.swf” with the one from future postings?

  • I D I D IT !!!

    I had the wrong code. so now I know.

    Thank you so much for your time and help ….

  • The topic ‘calameo’ is closed to new replies.