View paka3_post.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery(function($) { | |
//初回、ページの読み込みが完了したら実行 | |
$(function(){ | |
$(window).load(function () { | |
$('#getPostsSubmit').trigger("click"); | |
}); | |
}); | |
//指定した場所を表示したら |
View paka3_popup.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery(function($) { | |
var link_array = [] | |
$(document).ready(function() { | |
//チェックボックスをクリックしたら | |
$(document).on('click','.pgp_chk', function(){ | |
target = $(this).val(); | |
if( $(this).attr('id') != "opt_li" ){ |
View paka3_new_tweet.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Paka3_new_tweet | |
Plugin URI: http://www.paka3.com/wpplugin | |
Description: 投稿時にツイートする。 | |
Author: Shoji ENDO | |
Version: 0.1 | |
Author URI:http://www.paka3.com/ | |
*/ | |
$a = new Paka3_new_tweet; |
View paka3_post.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery(function($) { | |
//初回、ページの読み込みが完了したら実行 | |
$(function(){ | |
$(window).load(function () { | |
$('#getPostsSubmit').trigger("click"); | |
}); | |
}); | |
//指定した場所を表示したら |
View paka3_get_posts.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Paka3GetPosts | |
Plugin URI: http://www.paka3.com/wpplugin | |
Description: Ajaxで記事一覧を取得するショートコード | |
Author: Shoji ENDO | |
Version: 0.3 | |
Author URI:http://www.paka3.com/ | |
*/ | |
NewerOlder