سلام لطفاْ کسی لطف کنه بگه چطوری باید دکمه مهندس و دنباله به پلاگین sociable اضافه کرد. من هر کاری می کنم لینکش ارور می ده . لطفاْ کمک.
سلام لطفاْ کسی لطف کنه بگه چطوری باید دکمه مهندس و دنباله به پلاگین sociable اضافه کرد. من هر کاری می کنم لینکش ارور می ده . لطفاْ کمک.
http://www.iranget.com/?p=2330#more-2330
دوست عزیز با سلام و عرض ادب سایت پیشنهادی شما رو انجام دادم ولی به سایت مهندس یا دنباله نمی ره با خود آدمین نیز در میان گذاشتم امیدوارم بتونه کمکی کنه،( آیگون این دو سایت در ستینک و انتهای پست نشون داده میشه ولی به سایت شون نمی ره). با تشکّر
به احتمال زیاد شما در نحوه قرار دادن کدها اشتباه کرده اید چون من خودم طبق این دستور انجام دادم و الان عمل می کنه
بخشی از نمونه کد من که فقط از آیکون بالاترین استفاده کردم و الان داره در سایت بخوبی عمل می کنه:
<?php
/*
Plugin Name: Sociable
Plugin URI: http://yoast.com/wordpress/sociable/
Description: Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.
Version: 3.2.3
Author: Joost de Valk
Author URI: http://yoast.com/
Copyright 2006 Peter Harkins (ph@malaprop.org)
Copyright 2008-2009 Joost de Valk (joost@yoast.com)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
// Guess the location
$sociablepluginpath = WP_CONTENT_URL.'/plugins/'.plugin_basename(dirname(__FILE__)).'/';
function sociable_init_locale(){
global $sociablepluginpath;
load_plugin_textdomain('sociable', $sociablepluginpath);
}
add_filter('init', 'sociable_init_locale');
$sociable_known_sites = Array(
'Balatarin' => Array(
'favicon' => 'balatarin.png',
'url' => 'http://balatarin.com/links/submit?phase=2&
url=PERMALINK &title=TITLE',
),
'BarraPunto' => Array(
'favicon' => 'barrapunto.png',
'url' => 'http://barrapunto.com/submit.pl?subj=TITLE&story=PERMALINK',
),
.
.
.
.
.
.
.
function sociable_filter_plugin_actions( $links, $file ){
// Static so we don't call plugin_basename on every plugin row.
static $this_plugin;
if ( ! $this_plugin ) $this_plugin = plugin_basename(__FILE__);
if ( $file == $this_plugin ){
$settings_link = '<a href="options-general.php?page=Sociable">' . __('Settings') . '</a>';
array_unshift( $links, $settings_link ); // before other links
}
return $links;
}
add_filter( 'plugin_action_links', 'sociable_filter_plugin_actions', 10, 2 );
add_filter( 'ozh_adminmenu_icon', 'sociable_add_ozh_adminmenu_icon' );
if (get_option('sociable_usecss_set_once') != true) {
update_option('sociable_usecss', true);
update_option('sociable_usecss_set_once', true);
}
require_once("yoast-posts.php");
?>
MBDIranعزیز در مورد بالاترین مشکلی نداره ولی هر کاری می کنم در مورد دگمه های مهندس و دنباله پاسخ نمی ده، اگه برایتون زحمت نیست کدهای دکمه های مهندس و دنباله رو در sociable مرقوم بفرمایید. با تشکّر فراوان
کمک. کمک. سلام لطفاْ کسی لطف کنه بگه چطوری باید دکمه مهندس و دنباله به پلاگین sociable اضافه کرد. من هر کاری می کنم لینکش ارور می ده .
منم همین مشکل رو دارم :-?
من هم همین طور راهنایی کنید لطفا
پس با سايت دنباله مشكل داره اين روش آره ؟
در حال تستيسنگ ...
خبرش رو همين جا ميدم
سلام آره لطف کنید در مورد دنباله و اگه ممکنه مهندس هم تستش کنید خیلی ها نیاز دارند. مرسی
چرا از obsocialbookmarker استفاده نمیکنید؟؟؟
http://forum.wp-persian.com/search.php?q=obsocialbookmarker
دوستان در گذشته این موارد مورد نیاز شما رو هم بهش اضافه کرده اند.
بنده که کاملاً راضیم.
این کدها رو بزارین درست میشه
`
'Balatarin' => Array('favicon' => 'balatarin.png',
'url' => 'http://balatarin.com/links/submit?phase=2&
url=PERMALINK &title=TITLE',
),
'donbaleh' => Array(
'favicon' => 'donbaleh.png',
'url' => 'http://donbaleh.com/submit.php?=2&
url=PERMALINK &subject=TITLE',
),
'Mohandes' => Array(
'favicon' => 'mohandes.png',
'url' => 'http://www.mohand.es/submit?phase=1&url=PERMALINK
&title=TITLE',
),