Advice on inserting facebook like module into webpage

Hi,
I am trying to add a "facebook like" module into the homepage of my test website (link attached). I have gone into the develop part of my admin console and copied both sections of the code from the facebook developer page following the gudiance from Adobe Business Catalyst "Social Media: Integrating Facebook and Twitter". I saved the code and it is in container.html.(Module templates>>social media>>Facebooklike>>default>>container.html)
I didn't notice a publish button as per section 5 of the guidance note in the admin console.
I then inserted the link {module_facebooklike} into the body of my homepage. The text in bold below appears in webpage where I was expecting  to see the like button.
Any advice greatly appreciated.  I am very new to BC !
Kind Regards, Matt.
}(document, 'script', 'facebook-jssdk'));
http://craftime-bs6.businesscatalyst.com/

Hi Matt,
Please try setting this up now as I've since upgraded your trial site to the highest plan to test all the features fully. 
Let us know if still having troubles getting the FB link feature to work properly. 
Kind regards,
-Sidney

Similar Messages

  • Insert flash web gallery into webpage

    Hi!
    How do I integrate a flash web gallery created with photoshop into my own webpage? I have to call the swf from another folder than where all the web gallery stuff is.
    For example my webpage is in the folder /index
    my gallery swf and all the xml and js and imagefiles are in /index/mygallery
    I tried to copy all the css and js stuff from the generated index.htm into my header and copied all the div-content into my page. Than I altered the call of the gallery.swf to mygallery/gallery.swf and in the js in the header I altered mygallery/flashobject.js
    But it still does not work!?

    Open the xml file and see if there are any folder location that. Other than that it should be working. I haven't tried the flash gallery yet. So I could be off here. Is there another external javascript file that has not been uploaded?

  • Inserting Bridge Photo Gallery into webpage

    I have made the changes to the web gallery index page (from Bridge) as indicated in http://foundationphp.com/tutorials/gallery/embed3.php  in DW.  However, I normally do not use DW, but need to now.  I have the new web page where I want the gallery to appear, but am currently stuck.  I need a very clear, basic step by step instruction as to how to insert the gallery/index page.  Below is the DW code screen from the new page where I want it to appear (not sure if this is needed).  Thanks for your help!  Ron
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Visual Arts Gallery Giselle M Olivera</title>
    <style type="text/css">
    <!--
    .style5 {
      font-family: "Kunstler Script";
      font-size: 21px;
    .style7 {font-family: Geneva, Arial, Helvetica, sans-serif}
    a:link {
      text-decoration: none;
      color: #000000;
    a:visited {
      text-decoration: none;
      color: #000000;
    a:hover {
      text-decoration: underline;
      color: #33FFFF;
    a:active {
      text-decoration: none;
      color: #000000;
    .style8 {color: #000000}
    -->
    </style>
    </head>
    <body>
    <div align="center">
      <table width="227" border="1">
        <tr valign="top">
          <td width="217" align="center" valign="top"><div align="center"><span class="style7"><span class="style8"><a href="./">HOME</a></span></span> <span class="style8"><a href="./"><span class="style5">Giselle M. Olivera</span></a></span></div></td>
        </tr>
      </table>
    </div>
    </body>
    </html>

    First define your site folder in Dreamweaver.  Site > Manage Sites > New > Local Site.
    http://foundationphp.com/tutorials/gallery/embed1.php
    Also, to simplify things, you could use an <iframe> to bring your bridge gallery index.html page into your DW web page.
    http://www.w3schools.com/tags/tag_iframe.asp
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Facebook Like Box

    Can anyone offer any help on inserting a Facebook Like box into my iWeb website?
    http://developers.facebook.com/docs/reference/plugins/like-box/
    I have three options, HTML5 (requires javascript which I understand cant be incorporated using iWeb) XFBML (same scenario) and iFrame which appears blank whenever I hit apply on the html widget.
    I've been at this all day and can't find a way to get it to work so any help would be greatly appreciated!!!
    Many Thanks,
    Dave

    I tried the code from the page you linked to and got a blank widget.  However, the Activity window (Command+Option+A) for that page gave me this error:
    which tells me the URL in this window
    is a default URL and needs to be replaced by the URL of the page you want to link to.  What URL should I try in my test for you?
    OT

  • Facebook Like Button for Individual Products

    I like the great method that Kiyuco adapted to use the 'AddThis' to do this, however, in some instances, for example, if you have grouped products, switching between products results on making the Like Button disappear.
    I am sure that this happens due to the JS Hack implemented within it.
    I know how to do this using PHP, however, we know the story about PHP and BC.
    I just want to know if someone came across a solution to get this done using the BC Facebook Like Module to target individual Products.
    Thanks.

    Allowing the visitor to ‘Like’ the current page is as simple as adding BC’s facebooklike module to the Large Individual Product layout (or anywhere else):
    {module_facebooklike, moduleTemplateGroup="", language="en_US", url="", layout="", showFaces="true", width="450", verb="like", font="", colorScheme=""}
    http://kb.worldsecuresystems.com/134/bc_1345.html#main_Social_Media_Modules
    To add the Facebook Like button to the Small Individual Product layout you’ll need to make a simple change. Go to ModuleTemplates > SocialMedia > FacebookLike > Default > container.html
    Copy the code in the container.html. It will look like this:
    <script src="http://connect.facebook.net/{tag_language}/all.js#xfbml=1"></script><fb:like href="{tag_url}" layout="{tag_layout}" show_faces="{tag_showfaces}" width="{tag_width}" action="{tag_verb}" font="{tag_font}" colorscheme="{tag_colorscheme}" send="{tag_sendbutton}"></fb:like>
    Paste it to the Small Individual Product layout. Change the tag_url to tag_itemurl_withhost. It will look like this:
    <script src="http://connect.facebook.net/{tag_language}/all.js#xfbml=1"></script><fb:like href="{tag_itemurl_withhost}" layout="{tag_layout}" show_faces="{tag_showfaces}" width="{tag_width}" action="{tag_verb}" font="{tag_font}" colorscheme="{tag_colorscheme}" send="{tag_sendbutton}"></fb:like>
    Changing the tags will allow people to like the individual product page without even going into it.

  • I have powerpoint for Mac on my imac.  I can't seem to get the active text box function to work like it did on my PC.  How can I insert an active textbox into a presentation that will allow me to type while presenting?

    I have powerpoint for Mac on my imac.  I can't seem to get the active text box function to work like it did on my PC.  How can I insert an active textbox into a presentation that will allow me to type while presenting?

    I've gotten a little further on this. The dynamic select is
    working fine. It's the "a href" code that isn't. I'm wondering if
    someone can look at this line and tell me if it's okay to build the
    query string this way. The storeid comes through fine but I'm still
    not getting the employeeid value to pass. Here's line that's not
    working:
    td><a href="registerStoreCust.php?storeid=<?php echo
    $row_storeRS['storeid']; echo "&employeeid="; echo
    $_GET['employeeLM']; ?>">Register
    Customer</a></td>

  • Inserting XML(Master Detail like PO)into Database

    hi,
    Can any one suggest me which tools or what methodolgy I should use to insert master detail data like one header and multiple rows into database.
    I am unable to insert into database through object view with the help of XML SQL utility for Java.
    Please help in this....
    null

    Here's an example that ships with
    the XSQL Servlet release 0.9.8.6
    (due out any day now on OTN!!)
    With this set of types and object view
    you can insert documents like the
    example at the end that is REM'd out.
    drop view department;
    drop type dept_t;
    drop type emp_list;
    drop type emp_t;
    create or replace type emp_t as object (
    empno number,
    ename varchar2(80),
    sal number
    create or replace type emp_list as table of emp_t;
    create or replace type dept_t as object (
    deptno number,
    dname varchar2(80),
    loc varchar2(80),
    employees emp_list
    create or replace view department of dept_t
    with object OID (deptno)
    as select deptno, dname, loc,
    cast(multiset(select empno, ename, sal
    from emp
    where emp.deptno = dept.deptno
    ) as emp_list ) employees
    from dept;
    create trigger department_ins
    instead of insert on department
    for each row
    declare
    emps emp_list;
    emp emp_t;
    begin
    -- Insert the master
    insert into dept( deptno, dname, loc )
    values (:new.deptno, :new.dname, :new.loc);
    -- Insert the details
    emps := :new.employees;
    for i in 1..emps.count loop
    emp := emps(i);
    insert into emp(deptno, empno, ename, sal)
    values (:new.deptno, emp.empno, emp.ename, emp.sal);
    end loop;
    end;
    REM
    REM
    REM <ROWSET>
    REM <ROW>
    REM <DEPTNO>99</DEPTNO>
    REM <DNAME>ACCOUNTING</DNAME>
    REM <LOC>NEW YORK</LOC>
    REM <EMPLOYEES>
    REM <EMPLOYEES_ITEM>
    REM <EMPNO>1111</EMPNO>
    REM <ENAME>CLARK</ENAME>
    REM <SAL>2450</SAL>
    REM </EMPLOYEES_ITEM>
    REM <EMPLOYEES_ITEM>
    REM <EMPNO>2222</EMPNO>
    REM <ENAME>KING</ENAME>
    REM <SAL>5000</SAL>
    REM </EMPLOYEES_ITEM>
    REM <EMPLOYEES_ITEM>
    REM <EMPNO>3333</EMPNO>
    REM <ENAME>MILLER</ENAME>
    REM <SAL>1300</SAL>
    REM </EMPLOYEES_ITEM>
    REM </EMPLOYEES>
    REM </ROW>
    REM </ROWSET>
    null

  • How to insert a code for a function module into a Customer Exit Variable?

    I have two Key Figures viz., Net Prchs Rtl, and Net Prchs Unt. Both these Key figures have This Week (TW) and Last Week (LW). There is a variable for This week but there is no variable defined for Last week.
    I need to get data in the column LW (Last Week) for both the key figures.
    In function module EXIT_SAPLRRS0_001 one of the functions I have is:
    Get the previous Fiscal Week
              CALL FUNCTION 'DATE_TO_PERIOD_CONVERT'
    I need to create a new variable to get values in the Last week column for different key figures and use function “'DATE_TO_PERIOD_CONVERT'” in that variable.
    Can anyone please explain me the steps as to how to use a function module in a variable so that when the variable is used in a key figure it shows the output.
    In other words what I want to know is after creating a Customer exit variable of type Characteristic value how do I refer the above mentioned function moduel and insert the code for the function module into the Customer exit variable that I created.
    Thank you.
    TR.

    Hi Wond,
    Thanks a lot for your reply. I understand what you mean but I have never done this before so can you please explain it in a detailed manner. I have the following code:
    Get the previous Fiscal Week
              CALL FUNCTION 'DATE_TO_PERIOD_CONVERT'
                EXPORTING
                  i_date         = ld_date
                  i_periv        = lc_periv
                IMPORTING
                  e_buper        = ln_poper
                  e_gjahr        = ln_bdatj
                EXCEPTIONS
                  input_false    = 1
                  t009_notfound  = 2
                  t009b_notfound = 3
                  OTHERS         = 4.
              IF sy-subrc <> 0.
                MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
              ELSE.
                lc_poper = ln_poper.
                CONCATENATE ln_bdatj lc_poper+1(2) INTO wa_e_t_range-low.
                wa_e_t_range-sign = 'I'.
                wa_e_t_range-opt = 'EQ'.
                APPEND wa_e_t_range TO e_t_range.
              ENDIF.
            ENDIF.
          ENDIF.
        ENDIF.
    I believe I should now use the above code in my customer exit variable. If that's right can you please explain me the steps as to how should I do this so that the variable gets populated.
    Thank you.
    Regards,
    TR.

  • Is it possible to insert a url link into the itunes description tag. I want the user to be able to access my webpage from within itunes

    Hi,
    Is it possible to insert a url link into the itunes description tag in a feed. I want the user to be able to access my webpage from within itunes
    Thanks

    In the next release, we will be making adding our Measurement Studio components to existing projects much easier, but for now what you would need to do is add the support for Measurement Studio to your MFC project manually as detailed in our Knowledgbase at:
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/0cb6707522e92c958625689e0052bb77?OpenDocument
    Best Regards,
    Chris Matthews
    Measurement Studio Support Manager

  • How to embed a You Tube into webpage

    Can anyone give some guidance on how to embed a You Tube video into your webpage?

    Awesome!!! Worked out perfectly, thank you so much.
    I don't mean to take advantage of your good nature, and willingness to help, but I do have a simular problem trying to insert the +1 button.  Have you heard that Google is giving favorable ranking advantages if you use their +1 button which is the take-off of the Facebook Like button.
    I would like to add the google +1 button to my Front page (Index page) having watched many "You Tube" videos it appears to be easy enough. Needless to say, I am not having any luck working it out.
    The actual Google +1 code is prepared for you. http://www.google.com/webmasters/+1/button/
    As instructed I placed:  <g:plusone annotation="inline"></g:plusone>  in the "source page" where I wanted the google +1 logo to appear on my web page,
    Then I placed the below code within the header of the "Source" page"
      <script type="text/javascript">
      (function() {
        var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
        po.src = 'https://apis.google.com/js/plusone.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
    </script>
    I went back to the layout page, nothing, I went to preview, nothing, I even looked on the web browser, nothing.
    Do you have any idea what I could be doing wrong??
    Appreciate your help in advance, promise this is the last one.
    Sincerely
    Fraser

  • Please advice on adding 3D-animation files into a PDF with Acrobat Pro DC.

    Hello,
    Where is the button animation in Acrobat Pro DC?
    Can you give me advice on adding 3D-animation files into a PDF with Acrobat Pro DC.
    I have Acrobat PRO DC .
    Thank you.

    Hi George,
    I just tried adding the files as attachments; however I didn't like doing that because it increased the file size of my PDF document quite a bit. 
    I'm not sure if you're familiar with the "Insert Object" command in MS Word, but I want to do the same thing in my PDF document...but the key is, anyone must to be able to open the embedded file from any location.
    I created an MS Word document with several embedded objects.  I was later asked to PDF the Word document, but since embedded MS Word objects do not migrate to the PDF, I am now trying to embed the same files I embedded into my Word document into my PDF document over top of the icon image.  The file types I'm trying to embed include MS Word, Excel, PowerPoint, and Adobe PDF.  Does this make more sense?  I want to create a hyperlink over top the icon image that was PDF'd from the MS Word document which allows any user to click on the link and open the separate file.

  • Facebook Like Button in iweb??

    I'm trying to create a Facebook like button for my website. I have followed the instructions on the facebook developer page, pasted the code into my HTML Snippet and it's not working. Any thoughts?

    Guys,
    I had the same problem - the issue I found is that facebook have changed the widget generation process - hence doesn't work with iweb.
    anyway - for those of you looking for a more concise facebook like widget, use this code:
    <iframe src="http://www.facebook.com/plugins/like.php?app_id=219325474776145&amp;href=https://www.facebook.com/pages/Accommodation-for-Students-Plymouth/219325474776145&amp;send=false&amp;layout=box_count&amp;width=300&amp;show_faces=false&amp;acti on=like&amp;colorscheme=light&amp;font=verdana&amp;height=90" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:60px; height:70px;" allowTransparency="true"></iframe>
    the bold - just insert your own facebook page ID, and the URL to your facebook page.
    Hope this helps!

  • Facebook like button integration after Facebooks July '13 migration

    I am trying to add a like button to blog posts at jayowenhouse.com. I am following the instructions here
    http://kb.worldsecuresystems.com/kb/add-social-media.html#main_Obtaining_the_plugin_code_
    Even using {tag_itemurl_withhost} the "like" button "likes" the entire domain not the individual blog post. It looks like this facebook social plugin update has messed up BC's system for displaying like buttons, comments etc. I am experiencing the same issue with the tweet button and facebook comments. Maybe Im doing something wrong..
    The Facebook developer page reads,
    "After July 2013 migration, the Like button required an absolute URL in the href parameter."
    The code in the tutorial does not have the absolute URL. How can I make my "like" buttons like individual blog posts with the absolute URL in the code that facebook gives me?
    I would appreciate any insight.

    I'm assuming your facebook module code looks like this then:
    {module_facebooklike,moduleTemplateGroup="Default",language="en_US",url="{tag_itemurl_withhost}",layout="standard",showFaces="true",width="300",verb="like",font="",colorScheme="light",s end=""}
    If this is not working i might suggest looking at the source code of the page you want to do this on. Check in the <head> tag and see if you have any <meta property="og:url" /> tags where the url provided is anything other than the specific url you want to like. If you do have such tag, remove it from your template, and only use it on pages you need the facebook like to work.
    If it's still not working I would suggest looking into http://www.addthis.com. It's worked better for me than the Business Catalyst social modules.
    I hope this is helping.

  • Using facebook like box, blank screen on login

    hi,
    i have setup a FB like box as per Facebook Like Box
    it is embedded into a webpage.
    i then have linked to this webpage from a WEB CONTENT box in indesign.
    The page works fine in html and in the app, it shows the like box, activity feed, everything.
    The issue is when people in the DPS app try to LOGIN to the FB Like Box, it takes their credentials and then shows a white screen.
    It is only when the user 'swipes' across to the next article and then 'swipes' back that the box will show they are now logged in.
    How can i fix this? what can i add to the html page?

    I tried the code from the page you linked to and got a blank widget.  However, the Activity window (Command+Option+A) for that page gave me this error:
    which tells me the URL in this window
    is a default URL and needs to be replaced by the URL of the page you want to link to.  What URL should I try in my test for you?
    OT

  • How do I insert my Edge Animation into Wordpress as an animated/interactive graphic

    How do I insert my Edge Animation into Wordpress as an animated/interactive graphic?

    Hi ColleenSyron,
    Can you check out this video: http://tv.adobe.com/watch/create-like-crazy-with-adobe-edge/episode-5-spice-up-your-wordpr ess-site-with-edge-animate/
    Thanks,
    Preran

Maybe you are looking for

  • Wow the new firmware has made a mess of my Touch, Creative please resp

    Okay, first I find out that some of my music is missing track number tags and is now listed in alpabetical order. Next, Media Source doesnt detect my Touch at all, so I have no easy way to fix my tags. So I have to move the music off my player, tag i

  • Inserting data into relational views of object tables

    I hope someone could help me to solve the following problem: I would like to design an object-relational database in O8i. Unfortunatly the client-software (GIS) can only understand relational data (except the object type 'geometry'). So I created rel

  • Command-i in Finder makes Finder crash

    The option Command-I, information on a File, crashes Finder when the preferred language in International is recently changed. New login or restart doesn't solve the problem. PowerBook G4   Mac OS X (10.4.5)  

  • Export xml or reveal tags from pages

    Does anyone know of a way to export an XML document from pages? Or any form of document that leaves the heading tags visible. eg "h1","a href-" I have a lot of word documents that are already formated and it would save me a lot of time if I could exp

  • Re: canon EOS digital camera..

    Transferring pics to imac some pics import and others show up as wrong format on the same import. I also used image photo to transfer to iPhoto same problem.