Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

fbml

fb login popup block

December 29, 2023 by Tarik

You cannot call FB.login from the callback of FB.getLoginStatus. Browsers tend to block popup windows of the popup is not spawned as an immediate result of a user’s click action. Because FB.getLoginStatus does an ajax call and you call FB.login on it’s response, the popup that would open as a result of this call is … Read more

Categories javascript Tags facebook, fbconnect, fbml, javascript, jquery Leave a comment

HTML: What is `xmlns:fb=”http://www.facebook.com/2008/fbml”`?

December 7, 2023 by Tarik

While I haven’t seen it in use, this is standard XML notation for extending the current XML namespace (in this case XHTML) with another one (in this case FBML). This tells your browser where to find the specification for FBML which in turn tells it how to handle the <fb:*> tags. Technically speaking, the value … Read more

Categories html Tags facebook, fbml, html, xml-namespaces Leave a comment

How to link to a specific post on the wall on FB from fbml

May 26, 2023 by Tarik

If you need to manually get a direct link to one specific wall post then just click on a time label under the post (the one that says how long ago this post was made) and it would go to a separated page for this post, which url you can copy and distribute. If you … Read more

Categories facebook Tags facebook, fbml Leave a comment

Facebook Like Button – how to disable Comment pop up?

January 1, 2023 by Tarik

Simplest fix to hide the comment box after Facebook Like (XFBML version not the iframe one) is as given: .fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr { display: none !important; } Put the CSS style in any of your CSS file and see the magic, it works 🙂

Categories facebook Tags facebook, facebook-like, fbml Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa