Help with Facebook like

Why is my Facebook LIKE shows 0, although we have 175 likes. It was keeping up with current number until i republished my site yesterday.
I removed original button and added new like , but is still shows 0.
Is this another bug with new update?
Thanks,
Arm.

Hi Armen,
Looking at the source code of the page, the Facebook url is incorrect. It reads: http://https//www.facebook.com/ArmenyCustom, which is one too many http://s! I'm guessing you pasted in the whole url into the widget's options, try it just by adding it from www onwards.
David

Similar Messages

  • Help with Facebook and Social Media wigets (Was: How do I fix the three probs that...)

    I am having problems with the facebook or social media widgets. I would like the link to send viewers to my facebook business page, but when testing it shows my pic and a 'switch' sign (see screen shot) and when I open the site the message is as the other screenshot, great, but I don't know where to find which 'asset' is the problem and why. Also why bother having child pages if the menu doesn't reflect that? I see that drop down menus are an issue, also with some other forum members.
    Thanks for any help offered!, I think I have solved the first problem now but still would appreciate any help with the other 2!
    For some reason the facebook widget now loads the correct page, and I give up about the drop down menu, hopefully this will be addressed in the next update of Muse??

    Hello,
    For the "asset" issue, try locating the asset in the assets panel. It should have an icon like this: http://jingsite.businesscatalyst.com/jing/2013-12-16_0917.png
    For the child pages in the menus issue, go to the menu options (by clicking the small blue arrow in the right top corner of the menu), and then change the menu type to "All Pages" instead of "Top Level Pages".
    Hope this helps.
    Cheers
    Parikshit

  • Pages with Facebook Like automatically opening in another tab

    Firefox 4 works properly. Its just that when I visit site as
    http://www.jagoinvestor.com/ or Indiatimes.com....[http://www.sinlung.com sinlung.com] or any page which has Facebook like button. It automatically opens just the Facebook Page (link below) in a new Tab AUTOMATICALLY
    I'm not sure if this a feature in Firefox 4 but its annoying. Further, this does not happen all the time. It usually happens on new sites that I visit.
    [http://www.connect.facebook.com/widgets/fan.php?api_key=a9d92ba216c544f61a752bf756df9a10&channel_url=http%3A%2F%2Fwww.jagoinvestor.com%2F2009%2F05%2Fwhat-is-super-annuation-benefit-and-how.html%3Ffbc_channel%3D1&id=113343626098&name=&width=300&connections=5&stream=0&logobar=0&css= Facebook Link]

    Go to tools ....then internet options, check your homepage and delete facebook url.
    Hope this helps....

  • Help with Facebook

    Can anyone help with with Facebook. How do I stop notifications on the Live Feed section from a friend who is playing Farmville. I have no interest in hearing that he's found some eggs or ploughed his field. I'm just interested in 'proper' news. Is there a way to filter out unwanted feeds?

    Just curious, does your farmville buddy actually post his activity directly on your wall? Some friends get into that farmville and I see there activity on the live feed but nothing ever gets put on my wall. I usually get iPhone notifications when some responds to a wall post I made.

  • Can you help with facebook Shockwave Flash player failure?

    Over the past 4-6 weeks I have had an increasing issue with the failure of Shockwave Flash player while playing games on facebook.  I have tried all kinds of things to fix the issue, and finally am bringing it to you.  It is happening to gamers the world over especially in the Farm Town game by Slashkey..but not exclusive to Farm Town. I have had it fail with Candy Crush Saga and even Scabble.   Tonight I have uninstalled Google Chrome and reinstalled it..as well as Adobe flashplyer..and am about to also reinstall Shockwave..to say I am frustrated with it is  putting it very mild.
    Please help me fix this problem..and I then can post the fix for other gamers..

    After going back last night and using the Adobe directions to uninstall flash paler from mac, I found it had previously been uninstalled improperly and each time I was trying to do over it was eating more memory and  stalling more often.. but I filled the direction..and.. go to Adobe.com.  then type in the search window uninstall flash player from mac... others would do the same to uninstall from  windows or whatever operating system  they might use.  After being careful to  use Adobe's method of uninstall, I  then proceeded to make sure my both Chrome and Safari Cache's and histories were cleared and clean...I was instructed to then go back and reinstall Flash player..but not Shockwave, contrary to what I had previously been instructed. Next I did a shutdown and a clean restart.
    Final step was to  re-install Flash Player..but not Shockwave as I had previously been instructed..and to update my OS X to it's newest update..  It has run like a dream since.

  • Download Box Pops Up When Viewing Websites With Facebook Like Buttons

    Whenever I visit websites that have the option to click the "like" button from facebook (cnn, tmz, etc.), the download box on my computer pops up and says "You have chosen to open like.php from www.facebook.com in Text Edit" or "You have chosen to open fan.php from www.facebook.com in Text Edit." I rarely use Facebook and have never used the like button so I'm not sure why it keeps popping up. Does anyone else have this problem/know how to fix it? I am using Firefox 3.6 on a Mac with Snow Leopard.
    == URL of affected sites ==
    http://

    Same problem , on multiple websites across the web.

  • Need help with Facebook albums

    Last week I installed iPhoto 09 and uploaded my first album to Facebook - I named this album "2009". I thought I could just add photos from any event to this album, but when I tried to add photos from an event I created today called "Snow" it didn't work. Then I noticed the little icon that looks like a wifi signal was no longer in the title bar of album "2009" under the Facebook panel. Does this mean that album is no longer automatically updating to Facebook? Is there a way I can fix this? Is there a time limit on how long the albums stay dynamic?
    I hope this question is clear; thanks in advance for any help!

    Might be worth trying one more time after doing the following. Use the menu item Edit > Preferences > Advanced tab and tap Reset cache, then delete any files inside the ...<Music>\iTunes\iTunes Media\Download\ folder (or ...\<Media Folder>\Download\ if your media folder is at a non-standard location)
    If things still don't work out open the menu item Store > View My Account, in the Purchase History section tap the link that says See All, then tap the little arrow to the left of the purchase that includes the problem items, tap the Report a Problem button, and then the Report a Problem link for an actual item that won't work properly. Fill in the details and await a reply.
    tt2

  • Help with simple LIKE query...

    I have a person table, the person table has a field which has their interests... In a form they choose which interests they have i.e. swimming, tennis through checkboxes. What i don't get IS how do i create a query based on this? (for example one person likes swimming and the other tennis:
    SELECT * from Person WHERE interests LIKE '%Swimming%Tennis%';
    the above gives me 0 results any ideas?

    You can avoid difficult application issues by enabling a more appropriate schema.
    Here is a very basic schema that may or may not work for you, but I hope it will give you some ideas. I did not create any unique indexes in this sample, but both PERSON and INTEREST table would have a unique index created on them. The PERSON_INTEREST table would have a non-unique index created for it. I also included a query that shows how to correctly query against this schema. This is in Oracle syntax, but the DDL should be similar to whatever DBMS you are using, and the SQL should be the same.
    I'll be honest, this might be overkill for what you are attempting, but if you plan on extending your project / assignment in anyway, you would be better off with a more complete schema. I hope it helps. Good luck on your project / assignment.
    CREATE TABLE PERSON          (PERSON_ID NUMBER,   NAME_LAST VARCHAR2(20), NAME_FIRST VARCHAR2(20), EMAIL VARCHAR2(30));
    CREATE TABLE INTEREST        (INTEREST_ID NUMBER, INTEREST_DESC VARCHAR2(20));
    CREATE TABLE PERSON_INTEREST (PERSON_ID NUMBER,   INTEREST_ID NUMBER);
    INSERT INTO PERSON VALUES(1, 'SMITH','JOHN','[email protected]');
    INSERT INTO PERSON VALUES(2, 'JONES','FRED','[email protected]');
    INSERT INTO PERSON VALUES(3, 'ANDERSON','TOM','[email protected]');
    INSERT INTO PERSON VALUES(4, 'JACOBSEN','SAM','[email protected]');
    INSERT INTO PERSON VALUES(5, 'PUCKETT','KIRBY','[email protected]');
    INSERT INTO INTEREST VALUES (1,'TENNIS');
    INSERT INTO INTEREST VALUES (2,'SWIMMING');
    INSERT INTO INTEREST VALUES (3,'BOWLING');
    INSERT INTO INTEREST VALUES (4,'TABLE TENNIS');
    INSERT INTO INTEREST VALUES (5,'FISHING');
    INSERT INTO PERSON_INTEREST VALUES (1,1);
    INSERT INTO PERSON_INTEREST VALUES (1,3);
    INSERT INTO PERSON_INTEREST VALUES (1,5);
    INSERT INTO PERSON_INTEREST VALUES (2,2);
    INSERT INTO PERSON_INTEREST VALUES (2,3);
    INSERT INTO PERSON_INTEREST VALUES (3,1);
    INSERT INTO PERSON_INTEREST VALUES (3,2);
    INSERT INTO PERSON_INTEREST VALUES (4,2);
    INSERT INTO PERSON_INTEREST VALUES (4,3);
    INSERT INTO PERSON_INTEREST VALUES (5,4);
    INSERT INTO PERSON_INTEREST VALUES (5,5);
    // Find all the Interests for a Person
    SELECT
       A.NAME_LAST,
       A.NAME_FIRST,
       B.INTEREST_DESC
    FROM
       PERSON A,
       INTEREST B,
       PERSON_INTEREST C
    WHERE
       A.NAME_LAST = 'SMITH'
       AND A.NAME_FIRST = 'JOHN'
       AND A.PERSON_ID = C.PERSON_ID
       AND B.INTEREST_ID = C.INTEREST_ID  
    ORDER BY 3
    NAME_LAST            NAME_FIRST           INTEREST_DESC
    SMITH                JOHN                 BOWLING
    SMITH                JOHN                 FISHING
    SMITH                JOHN                 TENNIS
    // Find all people who likes to swim and bowl
    SELECT
       A.NAME_LAST,
       A.NAME_FIRST
    FROM
       PERSON A,
       INTEREST B,
       PERSON_INTEREST C
    WHERE
       B.INTEREST_DESC IN ('SWIMMING', 'BOWLING')
       AND B.INTEREST_ID = C.INTEREST_ID  
       AND A.PERSON_ID = C.PERSON_ID
    GROUP BY
       A.NAME_LAST,
       A.NAME_FIRST
    ORDER BY 1,2
    NAME_LAST            NAME_FIRST
    ANDERSON             TOM
    JACOBSEN             SAM
    JONES                FRED
    SMITH                JOHN
      

  • Help with pong like game

    Hi all profesionals.
    I am trying to create a pong like game, called PinPong (As it is a mix of pinball and pong)
    However, i am not happy with how the ball behaves in the game.
    Does anyone have some insigt on how to go about improving this behaviour?
    Thanx!
    You can download the fla here ... www.netfun.no/files/PinPong.fla (301 056 bytes)

    First of all, thx for trying to help!
    well.. its a different kind of snake game: the starting point of the snake always stays the same. this means, that the snake grows longer and longer, without the butt moving behind the snake, but staying in the same position.
    so, if i'd try to put all those lines into an array (every line of the snake is very small, it is been added every 30 millisecs another line) this array would explode, and this would not be a very fast or elegant solution. so i think it must be possible to read the Color of a single pixel, the pixel, where the snake moves next... so that if the color would be other than the background color, it should stop, because the snake must have been crashed into something.
    so.. i posted this into an earlier thread and somebody said the class BufferedImage and its method getRGB() should help. im currently trying to do so, but it doesnt work.
    i cant seem to get the data from the JPanel (where i am drawing the snakes (i think thats the problem)) into the bufferedimage.. anyone could help, please?
    here is some code from the game:
    CODE
    BufferedImage bi = new BufferedImage(505,505,BufferedImage.TYPE_INT_RGB);
    CurrentBackgroundRGB = bi.getRGB((int)(Worm1.xStart+Worm1.x),(int)(Worm1.yStart+Worm1.y));
    if(HintergrundRGB != BackgroundCol.getRGB())this.interrupt();
    end CODE
    "this" is the current thread of the animation
    I think the problem is obvious: how can i get the Buffered image to check the data from my JPanel?

  • Need help with facebook chat and notifications

    Hey, guys.
    Since I update to software version 10.2.1.2102 I havent been able to recieve facebook chat messages on the blackberry hub. Before the update anytime I had my phone conected to a wireless network it automatically recieved facebook messages on the hub. Now, although I can send messages, and recieve messages if that contact happens to be online, once I close the hub the conversation is gone and I do not get any more messages, only the "new messages from *person*" e-mail after some time.
    Also, I do not get notifications about people's birthdays. I get the "Next event in x hours" notification on the lock screen, if I do go into the calendar I see the notification at the top of the page, but it does not ring to warn me of my contacts birthdays.
    Can anyone help me with this two problems? Thank you!
    Solved!
    Go to Solution.

    Start by resetting your Hub. While in the Hub, swipe down diagonally from the top right corner to the center of your screen four times in a row.
    Let us know if that helps you.  
    - If my response has helped you, please click "Options" beside my post and mark it as solved. Clicking the "thumbs up" icon near the bottom of my response would also be appreciated.

  • Help with soft like skype

    Does blackbeery have a program/software like skype. I really need a soft to call to others computers from my blackberry 8310. Just sign session and call a contact who stay in his computer. Thanks for all. Alberto from argentina.

    There is no Skype or skype-like application yet.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Plz help with snake-like game..

    hi.
    i am new to java and want to programm a kind of worm-game where there are multiple worms, each different color and when your worm (you can choose your direction by pressing left and right button) crashes in something, that isnt the clear background (worms or the border rectangle) then it should stop. so my problem is:
    how can I get the program to know, that the worm has crashed into something?
    i think the easiest solution would be, if I could determine the Color of a specific Pixel on the canvas (i am using a canvas for the playfield).
    or another solution could be that if i could determine, wheter the Pixel is an element of the worm or the rectangle (dont think this is possible).
    somebody wrote in an earlier question that i should use the buffered image class. im currently trying to do so.
    another big problem is, that it has to be very fast. its a problem that i have to, in order to show the animation, repaint the canvas every 30 milisecs or so (im using a thread). is there a possibility to only redraw the worms? (im using g2d lines as "worms", that are beeing added every animation another line)
    THX VERY MUCH FOR HELPING!!

    First of all, thx for trying to help!
    well.. its a different kind of snake game: the starting point of the snake always stays the same. this means, that the snake grows longer and longer, without the butt moving behind the snake, but staying in the same position.
    so, if i'd try to put all those lines into an array (every line of the snake is very small, it is been added every 30 millisecs another line) this array would explode, and this would not be a very fast or elegant solution. so i think it must be possible to read the Color of a single pixel, the pixel, where the snake moves next... so that if the color would be other than the background color, it should stop, because the snake must have been crashed into something.
    so.. i posted this into an earlier thread and somebody said the class BufferedImage and its method getRGB() should help. im currently trying to do so, but it doesnt work.
    i cant seem to get the data from the JPanel (where i am drawing the snakes (i think thats the problem)) into the bufferedimage.. anyone could help, please?
    here is some code from the game:
    CODE
    BufferedImage bi = new BufferedImage(505,505,BufferedImage.TYPE_INT_RGB);
    CurrentBackgroundRGB = bi.getRGB((int)(Worm1.xStart+Worm1.x),(int)(Worm1.yStart+Worm1.y));
    if(HintergrundRGB != BackgroundCol.getRGB())this.interrupt();
    end CODE
    "this" is the current thread of the animation
    I think the problem is obvious: how can i get the Buffered image to check the data from my JPanel?

  • Hi, I need help with scrolling

    Hello I am Kevin Jin, I am working a huge project acually not that big, but I need help with five things, i mihgt have more things in my mind but here it is
    1. I need help with scrolling like where you have buttons for example or press on a navigation bar tab, then it goes to that specific pace of the page, for a one page website, for example some sites you press on contacts and gose down to the bottom of the page where the contacts place is located, not opening a new link.
    2.Second also I need help with navigation bar, where it fallows the scroll as it gose down, like for example when it is html the object is fixed to the top, and when you scroll down it will fallow it it,
    3.I need Parallex scrolling where you can have the timeline or animations run while you scroll in the meantime and have animation running all the time, for example the infographic site where the bees are fluying but still have seperate animations while you scroll
    4.I am so sorry i have two more to go, i appreciate your help, I would also like to ask if like looping each animations sperately, not looping the whole timeline, can it be possible to loop an animation while you have all the interactivity witht he site like looping seperately all the time, without interfeering with all the other animation
    5.I also are wondering if you can create multiple pages on one animate project, like multiple pages with html
    I just moved on to edge animate from html, and html was also beirf learn for me and mostly i was doing design work, and i thought getting out of graphic river and moving on the theme forest would be a better idea for me, thank you guys so much of the help and add me on skype : kevin2019170 or add me on facebook ; [email protected] or graphicriver, www.graphicriver.net/user/phantomore I would appriciate if you just would like contact me through SNS since I have that in hany 24 hours long, but the thred will also do, thank you doo much foryour help,
    P.S, I want also all the five things to work on one aimate project not interfeering with other ideas liek all five questions i had should run on one site,
    THANK YOU SO MUCH FOR YOUR HELP AND I APPRICIATE YOUR HELP!

    1.
    write this code in your button Click
    $('html,body').animate({scrollTop: sym.$("Your Symbole Name Here").offset().top}, "slow"); // scroll to the top of that symbol name
    Or :
    $('html,body').animate({"scrollTop":"600px"}, 750); // Higher value means slower , scroll to top page
    1 and 2 see this post http://forums.adobe.com/message/5531344#5531344
    3 use edge commons plugin http://www.edgedocks.com/edgecommons
    4.just put the animations behind eachother so when 1 is done, start with the animating the other symbol/div
    5. i thin its best just to make for every page a new project or make the site in muse.

  • Where to find help with SQL Developer installation?

    Hi,
    I just want to try out SQL Developer and compare its capabilities to TOAD's. Unfortunately, I am not PC software savvy and now am stuck with a SQL Developer (sqldeveloper-1.2.2998) installation problem. When I clicked on the .exe file, I got a blank SQL Developer screen - there is nothing in the screen except a heading that reads 'Oracle SQL Developer'...
    Does anyone know of a blog or a site that I can get some help with problems like mine?
    Any help is much appreciated!

    Hi,
    SQL Developer forum link:
    "http://forums.oracle.com/forums/forum.jspa?forumID=260"
    There are 2 versions of SQL Developer, with/without JRE.
    Try out the full install version with JRE.
    HTH
    Zack

  • My Friend used my pc while it was on, and cheked his Facebook account, now my pc remembers his log in information including his password. I'm trying to register with Facebook, but my pc remembers his info. I'm trying to delete this mistake. Can you help?

    A friend used my pc to check his Facebook account, and used my account. Now, my pc thinks I am he whenever I try to register with Facebook. I didn't catch the mistake until recently and have been trying to delete the info but cannot. I tried to access all of my security settings and even tried to erase the history but I don't seem to be getting anywhere. I believe he mistakenly commanded my pc to remember his username and password. I am not currently registered with Facebook, but would like to be but I am having this problem. Is it significant or not? I don't want his info crossing with mine because of my ips numbers or something like that. He also, without my knowledge, accessed his e-mail, too. His username seems to pop up even if I try to "Like" something on Facebook. This is when I noticed the problem. Then, when I tried to Register with Facebook, I was mistaken for him. The registration boxes come already filled in with his info. I do NOT want to invade his privacy. His entire profile comes up complete with friends, pictures, etc...Please help! I cannot make a 'save' disk since I don't know exactly when this happened and I've loaded new programs, including security and related files.

    I am very happy to report that my server connection tech, which I called via landline, informed me to : 1. Open Tools 2. Scan down to Clear Recent History 3. Delete All. That was it! Unbelievable! Six hours of searching through the Windows catagories. I checked the results on an internet site, and viola! It was gone! Mozilla Firefox seems to remember the usernames and passwords irregardless of the option window that asks if you if want it to remember the user and password. I finally got in touch with my friend and he said he did not answer yes to the window, even though he was aware of it. No damage. I surely do appreciate everyones' concern in this, now what seems to be, a very simple solution. Cudos to Firefox! Thank-you! P.S. I now have to enter my information at the beginning of any password protected sites...no harm done! My friend is now condemned to the 'user account' site! lol...

Maybe you are looking for

  • IMac G5 (no iSight) dead SATA & Firewire - new board?

    I have an old g5 iMac (no iSight) that killed its hard drive after a power failure. I replaced the SATA drive, and it barely works - sometimes I can get it to read, usually not. Even if it does, it behaves poorly when installing or running Disk Utili

  • Autorecovery in Photoshop CS6

    I use PS CS6 on a Win7 64bit machine. I noticed several users having issues with the autorecovery in PS. I had some too in the past, and just yesterday I had a PS crashing a couple of times too. The error seemed to be related to the facial recognizin

  • Where can I find the settings for printer ? How can I send to printer from iPhone

    I'm frustrating with the printer not found from my iPhone and iPad.  This question was solved. View Solution.

  • How to avoid this full table scan (and index FFS) ?

    Hi All, Oracle 11.2 on Linux. See this query and its plan below SQL> DELETE   2  FROM  TABLEA APE   3        WHERE   NOT EXISTS   4                   (SELECT   1   5                      FROM   TABLEB AP   6                     WHERE       AP.col1 =

  • Duplicate attribute key

    Hi mates,     I have a postcode dimension. PostCodeKey is primary key. There are altogether 50 columns in this dimension. One column(Domestic) has NULLs which is not PK. When I process the cube, I am getting error Duplicate attribute key found. As it