#Stay Standalone
A short script to prevent internal links to a "webapp" added to iPhone home screen to open in Safari instead of navigating internally.
| <?php | |
| add_action('admin_init', 'add_meta_boxes', 1); | |
| function add_meta_boxes() { | |
| add_meta_box( 'repeatable-fields', 'Audio Playlist', 'repeatable_meta_box_display', 'post', 'normal', 'high'); | |
| } | |
| function repeatable_meta_box_display() { | |
| global $post; |
#Stay Standalone
A short script to prevent internal links to a "webapp" added to iPhone home screen to open in Safari instead of navigating internally.
##Cómo Cambiar la Hoja de Estilo de Jetpack Form
###/plugins/mi-estilo-jetpack/mi-estilo-jetpack.php
<?php
/**
* Plugin Name: Cambiar Hoja de Estilo de Jetpack Form
* Plugin URI: https://gist.github.com/brasofilo/7262833
* Version: 2013.11.01
* Author: Rodolfo Buaiz#[Tutorial WordPress Heartbeat API][1] - Take Two
Una versión mejorada del excelente tutorial por Ubikom.
<?php
/*
Plugin Name: Live Comment Alert System
Plugin URI: http://www.ubikom.es/blog
Description: Demostrativo de la nueva HeartBeat API#Widget de Escritorio con Callback Handle ###--WordPress Plugin--
Demonstración de como añadir un widget de escritorio configurable. Elije 3 páginas y serán mostradas en pestañas. Basado en el ejemplo del Codex y en el artículo Tabbed Meta Box In WordPress.
| <?php | |
| /** | |
| * Plugin Name: Publish to Network | |
| * Plugin URI: https://gist.github.com/brasofilo/7036415 | |
| * Description: Meta box that allows publishing a post to another site of the network | |
| * Version: 1.0 | |
| * Author: Rodolfo Buaiz | |
| * Author URI: http://wordpress.stackexchange.com/users/12615/brasofilo | |
| * Text Domain: sepw | |
| * Domain Path: /languages |
| <?php | |
| /** | |
| * Plugin Name: My Amdin Pointers | |
| * Plugin URI: https://gist.github.com/brasofilo/6947539 | |
| * Version: 0.1 | |
| * Author: Rodolfo Buaiz | |
| * Author URI: http://brasofilo.com | |
| * Licence: GPLv3 | |
| * |
| <?php | |
| /** | |
| * Plugin Name: Fix BackWPUp MP6 menu icon | |
| */ | |
| add_action( 'plugins_loaded', function() | |
| { | |
| if( ( !is_multisite() || is_network_admin() ) && defined( 'MP6' ) ) | |
| { | |
| add_action( | |
| 'admin_head', |
| <?php # -*- coding: utf-8 -*- | |
| /** | |
| * Plugin Name: GitHub Plug-in for WordPress (Take 2) | |
| * Description: Basic information about, your repositories, and its Forks and Watchers. | |
| * Plugin URI: https://gist.github.com/brasofilo/6898766 | |
| * Version: 2013.10.09 | |
| * Author: Rodolfo Buaiz | |
| * Author URI: http://brasofilo.com | |
| * License: GPL | |
| * Text Domain: plugin_unique_name |