Title: mobe's Replies | WordPress.org

---

# mobe

  [  ](https://wordpress.org/support/users/mobe/)

 *   [Profile](https://wordpress.org/support/users/mobe/)
 *   [Topics Started](https://wordpress.org/support/users/mobe/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mobe/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mobe/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mobe/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mobe/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mobe/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WTI Like Post] Questions and Feature Request](https://wordpress.org/support/topic/questions-and-feature-request/)
 *  Thread Starter [mobe](https://wordpress.org/support/users/mobe/)
 * (@mobe)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/questions-and-feature-request/#post-4333617)
 * And is there a demo or demosite using the plugin?! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [My Review Plugin Support Unavailable](https://wordpress.org/support/topic/my-review-plugin-support-unavailable/)
 *  [mobe](https://wordpress.org/support/users/mobe/)
 * (@mobe)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/my-review-plugin-support-unavailable/#post-3709062)
 * Sorry Erik,
    looks like MyRP is a unsopported since many month. Doesn’t seem 
   this will change in the future and no way to get in touch with mark edwards. 
   Sad.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[jQuery Pin It Button for Images] Fancybox Support](https://wordpress.org/support/topic/fancybox-support/)
 *  Thread Starter [mobe](https://wordpress.org/support/users/mobe/)
 * (@mobe)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/fancybox-support/#post-3574093)
 * Hi,
    thanks for the quick reply. Too bad to hear there is no solution at the 
   moment. Hope you find a way to use this plugin with fancybox.
 * For now, I use the regular pin button below the image in the fancybox description
   based on this snippets:
    [http://jsfiddle.net/G5TC3/](http://jsfiddle.net/G5TC3/)
   [http://stackoverflow.com/questions/9352021/how-can-i-rerender-pinterests-pin-it-button/13434570#13434570](http://stackoverflow.com/questions/9352021/how-can-i-rerender-pinterests-pin-it-button/13434570#13434570)
 * I came up with this:
 *     ```
       .fancybox({
               beforeShow: function () {
                   if (this.title) {
   
       				// Add Pinterest button
       				this.title = '<a id="pinbutton" data-pin-config="beside" href="//pinterest.com/pin/create/button/?url=' + document.location.href + '&media=' + this.href + '&description=via myDomain.com" data-pin-do="buttonPin" target="_blank" ><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" /></a><br />' + this.title ;
   
       			}
               },
               afterShow: function() {
       			// Render pin button
       			var element = document.getElementById('pinbutton');
       			(function(x){ for (var n in x) if (n.indexOf('PIN_')==0) return x[n]; return null; })(window).f.render.buttonPin(element);
               },
               helpers : {
                   title : {
                       type: 'inside'
                   }
               }
           });
       ```
   
 * Perhaps it gives you some inspiration, as the pin button gets rendered explicit
   this way, too.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Meta] Use existing Custom Field Keys](https://wordpress.org/support/topic/use-existing-custom-field-keys/)
 *  Thread Starter [mobe](https://wordpress.org/support/users/mobe/)
 * (@mobe)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/use-existing-custom-field-keys/#post-3527805)
 * Thanks for the reply. But if it is not possible to use existing custom field 
   keys with this plugin, it is uninteresting for me as I have lots of existing 
   fields and dont want change them.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Fields] Use existing Custom Field Keys in Simple Fields](https://wordpress.org/support/topic/use-existing-custom-fields/)
 *  Thread Starter [mobe](https://wordpress.org/support/users/mobe/)
 * (@mobe)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/use-existing-custom-fields/#post-3527690)
 * Thanks Pär for the quick reply. Can’t belive this is the fourth Custom Fild Plugin
   wich I tested doesnt support using existing custom field keys.. Makes this kind
   of plugins useless for most scenarios were you want to enhance your existing 
   Blog with Post Editor Forms for custom fields. Definitly a feature you should
   implement.
 * I stick to custom Code in my functions.php as decribed here:
    [http://www.deluxeblogtips.com/2010/04/how-to-create-meta-box-wordpress-post.html](http://www.deluxeblogtips.com/2010/04/how-to-create-meta-box-wordpress-post.html)
 * For others searching for a Plugin Solution: “Custom Fields Creator” and “Meta
   Box” seem to support existing custom Fields.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meta Box] Create post with meta boxes from the Front End](https://wordpress.org/support/topic/create-post-with-meta-boxes-from-the-front-end/)
 *  [mobe](https://wordpress.org/support/users/mobe/)
 * (@mobe)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/create-post-with-meta-boxes-from-the-front-end/#post-3402787)
 * Second motion this Question. I am interested in Frontend Post creating for Users
   too.

Viewing 6 replies - 1 through 6 (of 6 total)