Is there a way to position the popup box of the FB send button?
I've seen a "workaround" with additional CSS properties and tried it but it seems to be "cheesy" and not a good solution. FB developers pages has no reference to this so I presume that this feature is not contemplated!
The only thing that I can say is "What the hell are these FB guys thinking?!" - because let's say that I'm using the button at the bottom or the right of a page. If I click the "send" button the box pops up below the button and messes up all the page layout! Wouldn't it be smart to have a property similar to "position=[top|topLeft|center|whatever...]"??? How come nobody thought of this? Am I the only one to use FB buttons at the bottom of page?
Maybe I'm missing something and FB dev guys already took care of this (if that's case sorry if I consider you dumb regarding this question) if not IS THERE A WAY TO DO IT?
Thank you for any help and cheers.
(p.s. not trying to offend anyone, it's just one of those hair pulling issues :P)
Related
I have spend lot of time fixing it. Can you please let me know what am i doing wrong. I know it is related to overflow: visible property. But I have tried to put it almost everywhere in the code but no luck. tried using firebug as well. maybe i am not able to use it correctly.
Below is the link to my site.
http://kunalchichkar.com/2011/05/heir-hunters-on-their-way-are-you-lucky-enough/
Any help is appreciated.
Thanks,
Kunal
Probably you have used some plugin to show social sharing bar above your post.
Plugin you have used to share post in facebook might have used iframe so comment frame is not being display after user likes the post.
If iframe is used to share any post in facebook, comment popup will not be display.
See documentation in facebook plugin development link for more detail:
https://developers.facebook.com/docs/plugins/like-button
Read FAQ carefully. You can find your question's answer exactly there. There is question and answer for "When I click the Like button, the comment popup window ('flyout') doesn't show. Why?"
Hope, it will be useful for you.
I was on website on my iPhone and I encounter websites' guestbook. with those textFields. my keyboard appearance was totally change as you can see in screen below.
I am having many text fields in my app, I am wondering if I can create anything like that.
As I am new to development, still unknown what are the limits.
Can anyone guide me to right direction or to right documentation.
Is there is some regular way or its just total customization over Keybard.
I have one more doubt, does it matter what kind of keyboard is popping up as my all fields have numeric keyboard.
Well I just wanted to be helpful to someone who is following the same learning curve as me.
To achieve the affect in screenshot in question. UIToolbar control can be used to make those buttons. after the you need to just make this toolbar appear and disappear with the keyboard.
To make previous and next button work, you can use the tag property of textfield. on clicking on previous or next you can focus to previous or next text field.
Sorry about not posting code as I have not coded it yet but wanted to give pointer to anyone, who is looking.
I sincerely apologize if this is a noob question, however I am failrly new to web development and would like to ask the community with some help and advice in creating a type of flashing "new" button on a website.
What I am trying to achieve is an eye catching e.g. "new products" button.
Could anyone point me to a good tutorial for asp .net, JavaScript or jquery.
Thanks in advance and kind regards,
geoNeo
Aside from the poor UI design aspect of having anything blinking on your website, you can create an animated GIF image of a flashing button, and then use the onclick event to redirect the user to your next page when they click on the button.
For the animated GIF, I'd suggest making it blink a couple times, then stay solid for a much longer duration, then loop the animation. That way, you get the user's attention, but in a slightly more subtle way.
I have this strange issue going on with my CSS on my site, and I'm hoping someone can help me out. I have a sharer box to the left of each of my posts. When you click the box to share (for instance the twitter box) the pop up box goes behind the post content, instead of in front of it. Anyone have any ideas on how to fix this? To see it for yourself, visit one of the posts and try to click on the google plus, or facebook like button (don't worry, it won't actually share unless you confirm it) You can view one of the posts to see what's going on here ---> http://noahsdad.com/child-down-syndrome-friend/ J
Thanks.
Here are a few screen shots of what is going on d.pr/ZCPy and http://d.pr/ax6H
Try with z-index:99999; on pop up box.
For the video shown in the post, add wmode="opaque" to the <object> / <embed> tag.
I'm having problems making FullCalendar fully accessible. I'm using the default month view and can't access the next, previous, and today buttons on the top right without using a mouse. If I run a screen reader, I can access those buttons but not without running the screen reader.
And on another note, I currently am using tool tips that pop up when you mouse over an event title to display more information. If anyone has any tips on how to make those accessible to a screen reader or accessible without a mouse, I'd greatly appreciate it!
Regarding the buttons, I would advice that you write new buttons if accessibility is important. These buttons you could then hook up to your own javascript functions that moves to previous and next.
Check out this documentation example
Regarding the second problem, I think that's the same problem not just for physically impaired but also for things like mobile browsers. My tip would be to avoid onmouseover if the information that appears is really important.