Jetpack is a WordPress plugin that supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com.
8
votes
7answers
3k views
Jetpack Running Locally
Wondered if anyone knew an easy way around this.
The code behind my local dev version of a WordPress instance and the live version are in sync (as they should be). Problem is this means the "Jetpack" ...
5
votes
4answers
2k views
When would it make sense to use Jetpack?
There was a news item today possibly of interest to those who self-host WordPress: Automattic unveiled the Jetpack plugin. I hadn't heard of it before, but going off the announcement and the site FAQ, ...
5
votes
3answers
270 views
Get 'page' number with infinite scroll
I added infinite scroll support of the Jetpack plugin to my own theme using this tutorial:
add_theme_support( 'infinite-scroll', array(
'container' => 'content',
'footer' => false,
...
3
votes
2answers
2k views
Jetpack plugin (ShareDaddy): Prevent share buttons showing on custom post types?
I noticed ShareDaddy has "Show sharing buttons on this post" for default post types but not for custom post types. I'm guessing I need to add something in 'supports' => ...
3
votes
2answers
1k views
Cannot activate Jetpack on my server
I'm trying to install Jetpack after a successful install, but Jeckpack throws an error about site not being publicly accessible:
site_inaccessible
Error Details: The Jetpack server was unable ...
3
votes
1answer
215 views
How to tell if Jetpack's Photon is active?
There are multiple ways to identify if a plugin is active (here's one) but how can we identify if a specific JetPack component is active, for example Photon?
2
votes
3answers
3k views
Moving sharedaddy buttons (in Jetpack) to the top of a post?
How would one move the sharedaddy buttons included in Jetpack to be placed before a post's or page's content, rather than after it? I see that in sharing-service.php the function that prints the ...
2
votes
1answer
55 views
How can I remove the new stats message?
I've recently (latest update) been welcomed to my stats page with this annoying message:
Can anyone tell me how to remove that offensive red "did you know" message?
Edit:
Looks like adding:
...
2
votes
3answers
738 views
How do I get a list of popular posts by views?
I am using the Jetpack plugin to get 'site stats' which shows the number of views for blog posts/pages. So I'm no expert or anything but I'm guessing there is a table that stores these views. Is there ...
2
votes
3answers
823 views
How can I show the Jetpack Subscriptions form in a page?
In the Jetpack plugin, the subscriptions module can be included in your blog by following these instructions:
To use the Subscriptions widget, go to Appearance → Widgets. Drag the
widget labeled ...
2
votes
2answers
336 views
Jetpack Infinite Scrolling For Multiple Columns On Same Page?
Enabling infinite scrolling is as simple as adding this snippet to the theme's functions.php file (where 'content' is the id of the container that wraps the posts):
add_theme_support( ...
2
votes
0answers
52 views
Jetpack: what happens to email subscribers if I access admin on a subdomain?
I am currently running my site via http on a url like domain.com. In order to continue to make use of CloudFlare's free tier of service, I want to put my admin on a subdomain like secure.domain.com ...
1
vote
2answers
424 views
Can't connect to my Wordpress website using Windows 8 app?
Im trying to connect to my Wordpress site (self hosted) through the Windows 8 app. First, after giving the Wordpress.com account details, it show my site and ask me to Authorize. after authorizing, it ...
1
vote
1answer
40 views
What does this number represent in JetPack stats?
When signed into my blog, this graphic is up on top. I know it shows visitor pattern over 48 hours, but does anyone know what the number represents? I searched on the WP site, and am not finding ...
1
vote
2answers
380 views
Infinite Scroll not working in own theme
I'm developing my own theme and added this in a function which is called with the hook after_setup_theme to support infinite scroll:
add_theme_support( 'infinite-scroll', array(
'container' ...
1
vote
2answers
98 views
Child Theme vs. Jetpack Editor
I have read that it is always desirable to create a "child theme" so that any changes I make don't get washed away if the main theme is updated.
However, one of Jetpack's features is a CSS editor ...
1
vote
1answer
153 views
Optimizing Jetpack for Wordpress [closed]
Yslow reports following issues with Jetpack:
1) Compress http://stats.wordpress.com/e-201219.js using gzip
2) Configure etags for http://stats.wordpress.com/g.gif?...
Modified the format so that it ...
1
vote
2answers
183 views
How do I remove quantcast from my sites?
When I use ghostery on chrome, it finds Quantcast, wordpress stats and google analytics on my sites (nathanblack.com and knuckletattoos.com). I have jetpack and google analytics installed, but where ...
1
vote
1answer
129 views
stats_get_csv (Wordpress Stats) to only display top posts (not pages)
I'm trying to get the first 10 posts based on page views through Wordpress Stats (now called Jetpack).
I managed to get this code to work (approximately..) after digging for hours over the forums ...
1
vote
1answer
89 views
Jetpack Comments with fall-back
I'm developing a theme based off of bones - I went ahead and edited the comments.php file - the comments form is hardcoded - I assumed this was the right way to do things so I carried on and ...
1
vote
0answers
76 views
Filtering get_permalink in Jetpack / ShareDaddy
I recently changed my permalink structure from /YYYY/MM/%post_name%/ to /%post_name%/, and lost my tweet counts and likes (provided by Jetpack) in the process.
To fix this, I want Jetpack to use the ...
1
vote
1answer
73 views
What are the pros and cons to a WordPress run newsletter v. third party newsletter?
I am currently building a site that will use newsletters, email notifications for new posts and email notifications for new comments on posts.
I keep going back and forth between running this through ...
1
vote
1answer
29 views
Jetpack button location buffering
Is there a simple way to add a buffer or spacing to the location of the Jetpack social icons to move it further to the right of its default location when placed at the top of a page? I want to add a ...
1
vote
1answer
133 views
Jetpack - stats_get_csv period parameter
I'd like to create a query to show the top 6 most read posts over the last two days. However, I'd like to only include posts created within the last month to prevent older stories from showing up.
I ...
1
vote
0answers
48 views
Why does akismet prevent jetpack comments from appearing in my moderation queue?
On the blog I run, when I have Akismet activated, it somehow prevents comments posted via Jetpack from appearing in the moderation queue. I know it's Akismet because I have disabled every plugin but ...
1
vote
0answers
38 views
Jetpack breaks including post (via permalink)
On another website, I've been dynamically including posts <?php include '[post].php' ?> via the permalink, from my Wordpress site. I recently installed the Jetpack plugin for my Wordpress site, ...
1
vote
0answers
118 views
How do I update the site URL used by Jetpack? [closed]
I run a large university multi-site installation and one of our blogs is experiencing very strange behavior: Its Jetpack plugin seems to think that the blog's base URL is that of our dev server rather ...
1
vote
1answer
195 views
Remove ShareDaddy meta box from Pages only
I'm trying to take away the option to have sharing options on 'pages' (but leave on posts).
So I have a function to make sure the sharing option is always no on pages
function ...
0
votes
3answers
195 views
How to disable or hide WordPress.com as a social media login option for Jetpack Comments
I am looking for a method to hide or remove WordPress from the login options in Jetpack Comments.
I have tried adding a#postas-wordpress {display:none !important} to the theme's style.css, but no ...
0
votes
2answers
96 views
strange behavior with comment position
I've created a custom content.php and removed any comments on the content.php page
then i changed the sharing-service.php from jetpack and added comments_popup_link there:
// Wrapper
...
0
votes
2answers
1k views
Using Jetpack carousel w/o creating a gallery
I want to use the Jetpack Carousel for all my posts without editing all of them. Is there a way to show pictures in the carousel even if they're not in a gallery?
0
votes
1answer
503 views
Change description of my Jetpack facebook shared links [closed]
When I try to share a link from my WordPress site on facebook using the Jetpack Sharing Settings the link shows up like this:
(My Featured image picture here)
Put a hat on yo’ baby! | Trendz with ...
0
votes
1answer
50 views
Popular posts by view with Jetpack
I'm using Jetpack to retrieve the number of views for each blog post.
Is there a way to use this to generate a call to the most viewed posts and list them?
I've been wanting to do that for a long ...
0
votes
2answers
160 views
Hide Jetpack for Contributor
I installed jetpack to my wordpress blog site. How can I hide jetpack to contributors, and show it only to administrators?
Thanks
0
votes
2answers
182 views
Do I need to use a new WordPress.com for each JetPack installation
I manage lots of WordPress.org installations for different clients. Typically they do not manage the posts or pages themselves, preferring to stay out of things and let me do it.
JetPack ...
0
votes
1answer
218 views
Jetpack Connection Broken
I've upgraded from 2.8.4 to 3.1.2. There were a number of issues, which are now largely resolved. But Jetpack continues to be problematic. I keep getting this error message in the stats block on the ...
0
votes
1answer
30 views
Jetpack stats and caching strategy
I'm thinking about hosting a WordPress website with agressive caching/optimization strategies (like varnish, microcache, ngx_pagespeed, etc). But I still want Jetpack stats to work alright.
What ...
0
votes
1answer
38 views
Placeholders in Jetpack Contact Form
In HTML5 you can use placeholders in your forms to name fields or guide the users. I would like to use this in Jetpack forms but it seems it doesn't support it. You can add a default value like ...
0
votes
1answer
15 views
Jetpack Publicize and Android
I'm using the Jetpack plugin's Publicize module to push out post links to Facebook and Twitter. This works fine through the normal website, but not when I write and publish a post through the Android ...
0
votes
1answer
136 views
Gravatar Hovercards (Jetpack) jQuery error
I've tried searching for the problem here and also went through the trouble deactivating one plugin after the other. I still can't figure out what's going on, so maybe somebody here has an idea?
...
0
votes
2answers
111 views
How can I get the Jetpack Image plugin to open links in a new window?
The Jetpack image widget does not offer a target option for links. Is there a way to open all Jetpack image widget links in a new window without hacking the plugin? Like through a hook or function?
0
votes
2answers
168 views
How to disable Jetpack modules such as Stats?
I want to disable some of the Jetpack modules such as Stats in order to check if they make the web site slower or not. But I couldn't see an option to disable modules one by one.
Of course, one can ...
0
votes
1answer
85 views
Infinite Scroll on Self-hosted Wordpress
Trying to move a Wordpress website from Wordpress.com to a self-hosted version.
http://onvegetables.com/
The site automatically had infinite scroll on Wordpress.com and I'm trying to implement that ...
0
votes
1answer
228 views
Jetpack could not contact wordpress
I recently created a site and installed Jetpack and activated it, but it gives me the following error:
Jetpack could not contact WordPress.com: register_http_request_failed. This usually means ...
0
votes
1answer
275 views
Facebook and Twitter share buttons not working [closed]
I have jetpack enabled on wordpress 3.4.2 install. However the Facebook and Twitter share buttons don't work.
Whenever one clicks on the Facebook or the Twitter button, a new window pops-up with the ...
0
votes
2answers
287 views
JetPack comment threads are displaying above comment box?
As you can see in the attached image (http://i.imgur.com/V7642.png) my JetPack comments are rendering above the Discuss box. How do I go about moving them down? When I look in Chrome Inspector there ...
0
votes
1answer
351 views
How do i import email addresses into WordPress.com subscriptions?
I have a CSV file with email addresses i want to import into Wordpress.coms Jetpack subscriptions.
0
votes
1answer
312 views
Wordpress Stats Plugin: Display Post Views
i'am currently using latest version of jetpack. So the stats plugin is also included in this plugin. But now i want to display the number of views the single post get on the single.php file using the ...
0
votes
1answer
56 views
Compatibility of MathJax extension and JetPack
I just installed the MathJax Extension for Wordpress because I did not really like the way the math were rendered with the [latex] tags provided with the JetPack.
If I use the classic $$, the blog ...
0
votes
1answer
3k views
Why may one avoid Jetpack plugin?
I've been looking around the web at reviews and analyses of Jetpack, and I haven't been able to find any coherent discussion surrounding why not to use the Jetpack other than avoiding Wordpress.com's ...