I have a few like buttons on my page and I was running some tests (well.. a lot of tests) with them. Now it's displaying well but when I click on them, them becomes red, says "error" and a popup appears saying :
The content you're trying to share includes a link that's been blocked for being spammy or unsafe:Body of an error/warning message. Title is: You can't post this because it has a blocked link.For more information, visit the Help Center. If you think you're seeing this by mistake, please let us know.
I tried to change the data-href by other URLs but the problem is the same. Is it linked to my facebook account ? My IP ? My application ?
Thank you
I used this one to fix mine. This one doesn't have a bug i think, coz it doesn't show the error like the small like button does.
http://developers.facebook.com/docs/reference/plugins/like-box/
Related
Let's use youtube as an example if i open youtube.com and open history tab the link turns from youtube.com/ to https://www.youtube.com/feed/history but if i press something like but if i chose one of these preferences things and press on gaming for example it still stays youtube.com/
Why? sorry if its a dumb question
I tried using like inspect element and stuff to see but i didnt understand anything
Thanks in advance and sorry for the incorrect use of some terms im new to this
Hello Stackoverflow Community,
I would really like to get help of you, because i am at this problem for around 2 weeks now, and i could not even find something that would help me a bit.
If i get a challenge for my app and click on it, my app will open.
Is there a way to get the information on what challenge i clicked and let me display e.g. the score that i have to beat inside my game?
I tried getting the Arguments that the app is started with, but there is nothing that looks like challenge related data in there.
I already managed to get all the challenges for my game, but there is now way i can tell which one i clicked on with that method.
Thanks for you help.
As of this writing, when you click the notification or open the game via the game center, no useful information is passed to your game.
All I have found are hacky solutions, like putting descriptive text (maybe the requestor's name) in the invite text and then showing that same text when displaying the list of available matches.
I've created a HTML email which I'm sending from a .NET site, and the email for the most part is rendering fine. However, in iOS Mail (on the iPhone and iPad), the attachment button the app adds at the bottom of the email renders in an extremely unattractive way. See the screenshot below.
Notice the overlapping and the cut off. It is happening in iOS 7, but it's not great in iOS 6 either. I've seen it occur before in emails received from others, but this is the first time I've seen it appear in my own.
I've checked the HTML is valid (ie: no unclosed tags, etc) and there isn't really anything unusual going on - the HTML is just some nested tables.
So does anyone know what is going on and how to solve (or at least mitigate) it? Or is this just a general quirk/bug of Mail that can't be solved?
I have experienced the same issue in iOS 7.03-7.04 (possibly prior too). After much troubleshooting, it appears that is the html content's width exceeds 360px, the Tap to Download attachment boxes begin to overlap. I have asked Apple for support on this and am awaiting a response. The width of the html content should have no effect on how the attachments are displayed, but it does. Does anyone else know of a fix for this? I have emailed reports with multiple columns that cause this to occur. I have included a few cropped screenshots of the overlapping. Included in my support request at Apple is this post so if anyone else is experiencing this issue, please post your details here.
https://www.dropbox.com/s/e651pa6mjxq485e/ios7_email_width_overlapping.jpg
I know this is an old question, but we were just this week running into the same type of issue. The iOS mail app would end up overlapping the download button for our attachment with part of our email signature, and on some devices/orientation it would make the download button un-clickable.
This answer did the trick for us, by adding the following into the header of the HTML email message:
<meta name="x-apple-disable-message-reformatting">
I am trying to find a way to show a "You are navigating away from this site" message every time someone clicks on a link that takes them away from my site.
I know this can be done for individual links but is there a way to apply it to all links that don't begin with https://www.genericwebsite.com or http://www.genericwebsite.com?
I hope this is clear. Thanks!
Yes, you can achieve this by java script. http://www.codepotato.co.uk/2012/08/09/how-to-create-a-warning-when-opening-external-links-in-jquery/ answers your question.
I'm new to Ruby on Rails so please bear with me.
I'm creating a web app for users to trade cards and would like to include in the user's home page a notification section that shows relevant alerts for the user based on possible trade matches and other things like new messages. The functionality would require alerts to be generated based on certain triggers (userB accepts trade, trade is proposed to userA, userB messages userA, and possibly even incorporate sponsored posts). This will basically function like the "notification center" on iOS.
I've made a quick mockup: http://i.imgur.com/hQ3Fc.jpg (or if that's too big --> http://imgur.com/hQ3Fc) -- wouldn't let me embed image because I'm new :(
So the idea is the view will probably have 5-15 alerts at any given time (give or take) and can scroll through them using those left/right arrows. The alerts will be a basic message with a link to the relevant page, or for something like a trade rating have the message "open" to fill the viewer and show the necessary functionality.
Hopefully I explained this okay. Anyone know anything out there that might make building this easier? Please let me know if there is any info I missed in asking this?
Not sure I get exactly what your wanting to do but if I understand correctly this may help. I have used swipe.js it is easy to use, should get you started on a swipeable/scrollable interface.