Facebook and Twitter share buttons not working [closed]

There is a jQuery event hooked to that link. Here is the function that is called whenever you click one of the sharing links: function (){ window.open( jQuery(this).attr( ‘href’ ), ‘wpcomtwitter’, ‘menubar=1,resizable=1,width=600,height=350’ ); return false; } This is added by the JetPack plugin and will attempt to open a dialog window with the url http://karba.la/?share=twitter&nb=1 … Read more

How can I get the Jetpack Image plugin to open links in a new window? [closed]

There is no hook available in the plugin. One solution is to simply copy this Jetpack Widget and add the target option. Another is through jQuery, in the file /theme/functions.php: add_action( ‘wp_enqueue_scripts’, ‘jetpack_widget_wpse_88067’ ); function jetpack_widget_wpse_88067() { wp_enqueue_script( ‘jetpack-hack’, get_stylesheet_directory_uri() . “/js/jethack.js”, array( ‘jquery’), // dependencies false, // version true // in footer ); } … Read more

Jetpack stats and caching strategy [closed]

Let me quote what’s mentioned in the official FAQ of WordPress.com Stats plugin (JetPack statistics module uses this plugin as the base)… The plugin collects stats via a javascript call, so as long as the JS call is on the page stats will be collected just fine, whether the page is cached or not. In … Read more

Updating shortlinks from staging [closed]

There are 2 solutions to your problem: You can go to the Jetpack menu in your dashboard and disconnect, then reconnect to WordPress.com. It will force an update of your Jetpack settings. You can contact the Jetpack support team here: http://jetpack.me/contact-support/ They can update your Jetpack settings for you.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)