Nico Danneberg
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Wiki Tooltip] Enhancement – Support linking to different languagesThanks for your feedback and this idea! I will add a feature to manage several Wikis by this plugin within a next version. Since some users asked to have complete other Wiki URLs than the Wikipedia, I will do it in an slidly other way, perhaps…
Forum: Plugins
In reply to: [WP Wiki Tooltip] Default setting seems doesn't work for me.Nice to hear! I will see how to add some options for other Wikis within the next version…
Forum: Plugins
In reply to: [WP Wiki Tooltip] Default setting seems doesn't work for me.I just published a new version (1.2.0) with a redesign of how the requests to the Wiki API are done. Now, a WordPress internal function is used (wp_remote_get) instead of a raw file_get_contents PHP call…
Please update and let me know, if it works now!
Forum: Reviews
In reply to: [WP Wiki Tooltip] Loading IssueYou’re welcome!!! ??
Forum: Plugins
In reply to: [WP Wiki Tooltip] Default setting seems doesn't work for me.Please update to the new version 1.1.0! I refactored the AJAX call of getting the content from the Wiki into the tooltip. Does it help?
Additionally, thanks for the hints. I will review the constants within the next version!
Forum: Reviews
In reply to: [WP Wiki Tooltip] Loading IssueI published a new version (1.1.0) with a refactored AJAX call right now! This should fix the problem. Give me some feedback, please ??
Forum: Reviews
In reply to: [WP Wiki Tooltip] Loading IssueI figured out the problem within the AJAX request! I give my best to present an update today…
Forum: Reviews
In reply to: [WP Wiki Tooltip] Loading IssueThanks for the URL! Could it be that you habe written a space between “Blue” and “moon” within the “title” of the shortcode? The correct way would be:
[wiki title="Blue_moon"]Blue Moon[/wiki]
I guess I will write a replacement for spaces in titles!
Additionally, thanks for the hint to multiple sources. I will add a second parameter in the shortcode to set another language, too…
Forum: Reviews
In reply to: [WP Wiki Tooltip] Loading IssueCan you post the URL of your blog here? Did you take a look into the Settings page. There could be trouble with the standard settings…
Forum: Plugins
In reply to: [WP Twitter] [Plugin: WP Twitter] Feature: Additional HashtagsYes, there I did and it works fine! But additionally post related hashtags or even refering other twitter users by adding a @xxx would make sense…
Forum: Plugins
In reply to: [Facebook] Link your Facebook account to your WordPress-not enabling?3.1.4
Forum: Plugins
In reply to: [Facebook] Link your Facebook account to your WordPress-not enabling?Like I posted in another thread the buggy places are not hard to find ??
Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] FB is not definedI posted a work-around in my (German) blog! But the code is readable anyway ??
Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] FB is not definedjukum, could it be that you are running a WordPress 3.1.X?
I saw the problem that the plugin uses the
wp_enqueue_script
function that has changed with the update of WP 3.3. I solved this with adding two newadd_action
hooks…Forum: Plugins
In reply to: [Facebook] Link your Facebook account to your WordPress-not enabling?There is an error in the JavaScript shell but only showing for some seconds:
Unsafe JavaScript attempt to access frame with URL https://www.facebook.com/dialog/oauth?access_token=[TOKEN]&api_key=[API-KEY]&app_id=[API-ID]&client_id=[CLIENT-ID]&display=popup&domain=n1da.net&locale=de_DE&origin=1&redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D8%23cb%3Df1682e527c%26origin%3Dhttp%253A%252F%252Fn1da.net%252Ff18c9b60f8%26domain%3Dn1da.net%26relation%3Dopener%26frame%3Df373724944&response_type=token%2Csigned_request&scope=manage_pages%2C%20publish_actions%2C%20publish_stream&sdk=joey from frame with URL https://n1da.net/wordpress/wp-admin/admin.php?page=facebook-settings&fb_extended_token=1&settings-updated=true. Domains, protocols and ports must match.
I got same result for Chrome and Firefox ??