RashaMatt
Forum Replies Created
-
Forum: Plugins
In reply to: [Follow Us Badges] Badges Not DisplayingSolved – I was confused about the format of the “user ID” field in Settings.
Adding some code to validate the format might save you some future trouble from confused users like me ??
Thanks for your help.
Forum: Plugins
In reply to: [Follow Us Badges] Badges Not DisplayingNo caching plugin – the only other plugin active is Akismet.
Forum: Plugins
In reply to: [Follow Us Badges] Badges Not DisplayingMy ad blocker (uBlock for Chrome) was blocking the images :-\
Twitter and YouTube are working, but there’s an issue with FB – here’s my error console log:
FB.getLoginStatus() called before calling FB.init(). all.js:61 Consider using 'dppx' units, as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) follow_button.93c9003dd72a6cd9f4fee1e5eb3546c1.en.html:1 Failed to load resource: net::ERR_CACHE_MISS https://www.facebook.com/plugins/follow.php?app_id=&channel=http%3A%2F%2Fst…Fwww.facebook.com%2F&layout=standard&locale=en_US&sdk=joey&show_faces=true fb:follow failed to resize in 45s
Forum: Plugins
In reply to: [Follow Us Badges] Badges Not DisplayingI’m having the same problem – I installed the “WPsite Follow Us Badges” v2.01 plugin in my new (empty) WordPress site https://shamankult.com ,
went through the setup tabs and activated for Twitter, Facebook, and YouTube,
and added the widget to my Primary Sidebar.
All I see on my sidebar is “Follow us” and no badges.
Here’s the code from my page:<aside id="wpsite_follow_us_badges-2" class="widget widget_wpsite_follow_us_badges"><h1 class="widget-title">Follow Us</h1><div class="wpsite_follow_us_div youtubebox"><div class="g-ytsubscribe" data-channelid="UCtYt3nMWK2DMMNSgFbZRMwg" data-layout="default" data-theme="default" data-count=""></div><script src="https://apis.google.com/js/platform.js"></script></div><div class="wpsite_follow_us_div facebookbox" style="display: none !important;"><div class="fb-follow fb_iframe_widget" data-href="https://facebook.com/https://www.facebook.com/shamankult" data-show-faces="true" data-layout="standard" data-colorscheme="light" fb-xfbml-state="rendered" fb-iframe-plugin-query="app_id=&color_scheme=light&href=https%3A%2F%2Ffacebook.com%2Fhttps%3A%2F%2Fwww.facebook.com%2Fshamankult&layout=standard&locale=en_US&sdk=joey&show_faces=true"><span style="vertical-align: top; width: 0px; height: 0px; overflow: hidden;"><iframe name="f2763e23a" width="1000px" height="1000px" frameborder="0" allowtransparency="true" scrolling="no" title="fb:follow Facebook Social Plugin" src="https://www.facebook.com/plugins/follow.php?app_id=&channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter%2F7r8gQb8MIqE.js%3Fversion%3D41%23cb%3Df27a47928%26domain%3Dshamankult.com%26origin%3Dhttp%253A%252F%252Fshamankult.com%252Ff2de485e88%26relation%3Dparent.parent&color_scheme=light&href=https%3A%2F%2Ffacebook.com%2Fhttps%3A%2F%2Fwww.facebook.com%2Fshamankult&layout=standard&locale=en_US&sdk=joey&show_faces=true" style="border: none; visibility: visible; width: 0px; height: 0px; display: none !important;"></iframe></span></div> <div id="fb-root" class=" fb_reset"><div style="position: absolute; top: -10000px; height: 0px; width: 0px;"><div></div></div><div style="position: absolute; top: -10000px; height: 0px; width: 0px;"><div><iframe name="fb_xdm_frame_http" frameborder="0" allowtransparency="true" scrolling="no" id="fb_xdm_frame_http" aria-hidden="true" title="Facebook Cross Domain Communication Frame" tabindex="-1" src="https://static.ak.facebook.com/connect/xd_arbiter/7r8gQb8MIqE.js?version=41#channel=f2de485e88&origin=http%3A%2F%2Fshamankult.com" style="border: none;"></iframe><iframe name="fb_xdm_frame_https" frameborder="0" allowtransparency="true" scrolling="no" id="fb_xdm_frame_https" aria-hidden="true" title="Facebook Cross Domain Communication Frame" tabindex="-1" src="https://s-static.ak.facebook.com/connect/xd_arbiter/7r8gQb8MIqE.js?version=41#channel=f2de485e88&origin=http%3A%2F%2Fshamankult.com" style="border: none;"></iframe></div></div></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, "script", "facebook-jssdk"));</script></div> <div class="wpsite_follow_us_div twitterbox" style="display: none !important;"><iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" src="https://platform.twitter.com/widgets/follow_button.93c9003dd72a6cd9f4fee1e5eb3546c1.en.html#_=1418620018363&align=left&dnt=false&id=twitter-widget-0&lang=en&screen_name=ShamanKult&show_count=false&show_screen_name=true&size=m" class="twitter-follow-button twitter-follow-button" title="Twitter Follow Button" data-twttr-rendered="true" style="width: 100%; height: 20px; display: none !important;"></iframe> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></div> </aside>
TIA for your assistance!