Beau Lebens

Beau Lebens

150p

380 comments posted · 80 followers · following 4

6 weeks ago @ Dented Reality - 10 Year Blogoversary! · 0 replies · +1 points

Yes!

6 weeks ago @ WordPress Trunk - The Post's Title · 0 replies · +1 points

more comments are arriving

6 weeks ago @ WordPress Trunk - The Post's Title · 0 replies · +1 points

Posting here.

6 weeks ago @ Dented Reality - Moving Jetpack Sharing... · 0 replies · +1 points

If you\'re doing it on a page with multiple Posts then you\'ll need to figure out something most likely using classes for the selector, and then traversal for re-positioning the buttons (relative to where they were originally placed).

9 weeks ago @ Dented Reality - Moving Jetpack Sharing... · 1 reply · +1 points

If you have admin privs on your site then you could probably put this in a Text widget I guess, since it\'s just Javascript.

14 weeks ago @ Dented Reality - PHP Atom API Code Rele... · 0 replies · +1 points

To be honest, I have no idea. I also don\'t know if this still works at all -- I haven\'t touched this code in a few years I\'m afraid.

15 weeks ago @ Dented Reality - Import DokuWiki pages ... · 0 replies · +2 points

This is a complete standalone script. It needs to exist at the root level of your WordPress install and then you can either run it from the command line (as mentioned in the post), or you can just request that file via your web browser. Make sure you delete it once done. And do it on a test blog first.

15 weeks ago @ Dented Reality - Pebble Ideas · 0 replies · +1 points

Not going to be able to do that with a watch though, since you've only got a few buttons. I think it'd be easier to just do that through your phone directly, using one of the apps that includes calorie recording (e.g. Fitbit).

17 weeks ago @ Dented Reality - Exploring a Neighborho... · 0 replies · +1 points

Hah! Thanks Todd.

19 weeks ago @ Dented Reality - Moving Jetpack Sharing... · 0 replies · +1 points

This is definitely a developer's solution, so it might be tricky for you to get working.

The code above assumes that your theme already uses jQuery. You'd need to insert that piece of code either into an existing Javascript (.js) file that's loaded in your theme, or else wrap it in <script> tags and insert it into your theme somewhere else (header or footer most likely).

As for indicating where to hook; you'd change the part that currently says #sharing, to be a CSS/jQuery selector that pointed to a new HTML element where you wanted to place the buttons. Depending on how you were doing that, you might also need to change how the buttons were inserted though -- unfortunately there's no generalized "this is how you do it" answer to your question :)