رفتن به مطلب

در خواست استایل برای کد زیر


mmusic

پست های پیشنهاد شده

سلام دوستان

میخوام واسه کد زیر استایل بدم ولی بلد نیستم

میخوام مثلا دور این اشتراک گذاری یه کادر نقطه چین باشه

و اینکه تمامی اشتراک گذاری ها وسط چین باشن

مرسی


<?php
$post_url = get_permalink();
$post_title = get_the_title();
$template_directory_uri = get_template_directory_uri();
?>
<span style="color: #ff0000;"><strong>به اشتراک بگذارید :</strong></span>
<div class="social">
<a href="ymsgr:im?msg=<?php echo str_replace(" ","%20",$post_title ) . $post_url;?> "rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/email.png'; ?>" title="اشتراک گذاری در یاهو مسنجر" alt="اشتراک گذاری در یاهو مسنجر" width="24" height="24" /></a>
<a href="http://plus.google.com/share?url=<?php echo $post_url ?>&title=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/google-logo.png'; ?>" title="اشتراک گذاري در گوگل پلاس" alt="اشتراک گذاري در گوگل پلاس" width="24" height="24" /></a>
<a href="https://www.facebook.com/sharer.php?u=<?php echo $post_url ?>&t=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/facebook.png'; ?>" title="اشتراک گذاري در فيس بوک" alt="اشتراک گذاري در فيس بوک" width="24" height="24" /></a>
<a href="http://www.cloob.com/share/link/add?url=<?php echo $post_url ?>&title=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/cloob.png'; ?>" title="اشتراک گذاري در کلوب" alt="اشتراک گذاري در کلوب" width="24" height="24" /></a>
<a href="http://facenama.com/links/?url=<?php echo $post_url ?>&title=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/facenama.png'; ?>" title="اشتراک گذاري در فیس نما" alt="اشتراک گذاري در فیس نما" width="24" height="24" /></a>
<a href="http://balatarin.com/links/submit?phase=2&url=<?php echo $post_url; ?>&title=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/balat.png'; ?>" title="اشتراک گذاري در بالاترين" alt="اشتراک گذاري در بالاترين" width="24" height="24" /></a>
<a href="http://donbaleh.com/submit.php?url=<?php echo $post_url ?>&subject=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/donbaleh.png'; ?>" title="اشتراک گذاري در دنباله" alt="اشتراک گذاري در دنباله" width="24" height="24" /></a>
<a href="http://www.viwio.com/home/?status=<?php echo $post_url ?>%20-%20<?php echo str_replace(" ","%20",$post_title) ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/viwio.png'; ?>" title="اشتراک گذاري در وي ويو" alt="اشتراک گذاري در وي ويو" width="24" height="24" /></a>
<a href="http://delicious.com/post?url=<?php echo $post_url ?>&title=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/delicious.png'; ?>" title="اشتراک گذاري در خوشمزه" alt="اشتراک گذاري در خوشمزه" width="24" height="24" /></a>
<a href="http://www.friendfeed.com/share?title=<?php echo $post_title ?>&link=<?php echo $post_url ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/friendfeed.png'; ?>" title="اشتراک گذاري در فرندفيد" alt="اشتراک گذاري در فرندفيد" width="24" height="24" /></a>
<a href="http://www.google.com/buzz/post?url=<?php echo $post_url ?>&title=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/googlebuzz.png'; ?>" title="اشتراک گذاري در google buzz" alt="اشتراک گذاري در google buzz" width="24" height="24" /></a>
<a href="https://twitter.com/home/?status=<?php echo $post_title ?>-<?php echo $post_url ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/twitter.png'; ?>" title="اشتراک گذاري در توييتر" alt="اشتراک گذاري در توييتر" width="24" height="24" /></a>
<a href="http://compose.mail.yahoo.com/?Subject=<?php echo $post_title ?>&body=Link:<?php echo $post_url ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/yahoomail.png'; ?>" title="ايميل از طريق ياهو" alt="ايميل از طريق ياهو" width="24" height="24" /></a>
<a href="https://mail.google.com/mail/?ui=2&view=cm&fs=1&tf=1&su=<?php echo $post_title ?>&body=Link:<?php echo $post_url ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/gmail.png'; ?>" title="ايميل از طريق جيميل" alt="ايميل از طريق جيميل" width="24" height="24" /></a>
</div>

ویرایش شده توسط mmusic
لینک به ارسال

فکر میکردم درخواستم ساده است :D

کسی نبود؟


<?php
$post_url = get_permalink();
$post_title = get_the_title();
$template_directory_uri = get_template_directory_uri();
?>
<br/><span style="color: #ff0000;"><strong>به اشتراک بگذارید :</strong></span><br/><br/>
<div class="social" style="border:2px dotted;padding:5px;text-align:center;">
<a href="ymsgr:im?msg=<?php echo str_replace(" ","%20",$post_title ) . $post_url;?> "rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/email.png'; ?>" title="اشتراک گذاری در یاهو مسنجر" alt="اشتراک گذاری در یاهو مسنجر" width="24" height="24" /></a><br/>
<a href="http://plus.google.com/share?url=<?php echo $post_url ?>&title=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/google-logo.png'; ?>" title="اشتراک گذاري در گوگل پلاس" alt="اشتراک گذاري در گوگل پلاس" width="24" height="24" /></a><br/>
<a href="https://www.facebook.com/sharer.php?u=<?php echo $post_url ?>&t=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/facebook.png'; ?>" title="اشتراک گذاري در فيس بوک" alt="اشتراک گذاري در فيس بوک" width="24" height="24" /></a><br/>
<a href="http://www.cloob.com/share/link/add?url=<?php echo $post_url ?>&title=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/cloob.png'; ?>" title="اشتراک گذاري در کلوب" alt="اشتراک گذاري در کلوب" width="24" height="24" /></a><br/>
<a href="http://facenama.com/links/?url=<?php echo $post_url ?>&title=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/facenama.png'; ?>" title="اشتراک گذاري در فیس نما" alt="اشتراک گذاري در فیس نما" width="24" height="24" /></a><br/>
<a href="http://balatarin.com/links/submit?phase=2&url=<?php echo $post_url; ?>&title=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/balat.png'; ?>" title="اشتراک گذاري در بالاترين" alt="اشتراک گذاري در بالاترين" width="24" height="24" /></a><br/>
<a href="http://donbaleh.com/submit.php?url=<?php echo $post_url ?>&subject=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/donbaleh.png'; ?>" title="اشتراک گذاري در دنباله" alt="اشتراک گذاري در دنباله" width="24" height="24" /></a><br/>
<a href="http://www.viwio.com/home/?status=<?php echo $post_url ?>%20-%20<?php echo str_replace(" ","%20",$post_title) ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/viwio.png'; ?>" title="اشتراک گذاري در وي ويو" alt="اشتراک گذاري در وي ويو" width="24" height="24" /></a><br/>
<a href="http://delicious.com/post?url=<?php echo $post_url ?>&title=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/delicious.png'; ?>" title="اشتراک گذاري در خوشمزه" alt="اشتراک گذاري در خوشمزه" width="24" height="24" /></a><br/>
<a href="http://www.friendfeed.com/share?title=<?php echo $post_title ?>&link=<?php echo $post_url ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/friendfeed.png'; ?>" title="اشتراک گذاري در فرندفيد" alt="اشتراک گذاري در فرندفيد" width="24" height="24" /></a><br/>
<a href="http://www.google.com/buzz/post?url=<?php echo $post_url ?>&title=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/googlebuzz.png'; ?>" title="اشتراک گذاري در google buzz" alt="اشتراک گذاري در google buzz" width="24" height="24" /></a><br/>
<a href="https://twitter.com/home/?status=<?php echo $post_title ?>-<?php echo $post_url ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/twitter.png'; ?>" title="اشتراک گذاري در توييتر" alt="اشتراک گذاري در توييتر" width="24" height="24" /></a><br/>
<a href="http://compose.mail.yahoo.com/?Subject=<?php echo $post_title ?>&body=Link:<?php echo $post_url ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/yahoomail.png'; ?>" title="ايميل از طريق ياهو" alt="ايميل از طريق ياهو" width="24" height="24" /></a><br/>
<a href="https://mail.google.com/mail/?ui=2&view=cm&fs=1&tf=1&su=<?php echo $post_title ?>&body=Link:<?php echo $post_url ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/gmail.png'; ?>" title="ايميل از طريق جيميل" alt="ايميل از طريق جيميل" width="24" height="24" /></a><br/>
</div>

post-3225-0-97074600-1410842267_thumb.pn

لینک به ارسال


<?php
$post_url = get_permalink();
$post_title = get_the_title();
$template_directory_uri = get_template_directory_uri();
?>
<br/><span style="color: #ff0000;"><strong>به اشتراک بگذارید :</strong></span><br/><br/>
<div class="social" style="border:2px dotted;padding:5px;text-align:center;">
<a href="ymsgr:im?msg=<?php echo str_replace(" ","%20",$post_title ) . $post_url;?> "rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/email.png'; ?>" title="اشتراک گذاری در یاهو مسنجر" alt="اشتراک گذاری در یاهو مسنجر" width="24" height="24" /></a><br/>
<a href="http://plus.google.com/share?url=<?php echo $post_url ?>&title=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/google-logo.png'; ?>" title="اشتراک گذاري در گوگل پلاس" alt="اشتراک گذاري در گوگل پلاس" width="24" height="24" /></a><br/>
<a href="https://www.facebook.com/sharer.php?u=<?php echo $post_url ?>&t=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/facebook.png'; ?>" title="اشتراک گذاري در فيس بوک" alt="اشتراک گذاري در فيس بوک" width="24" height="24" /></a><br/>
<a href="http://www.cloob.com/share/link/add?url=<?php echo $post_url ?>&title=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/cloob.png'; ?>" title="اشتراک گذاري در کلوب" alt="اشتراک گذاري در کلوب" width="24" height="24" /></a><br/>
<a href="http://facenama.com/links/?url=<?php echo $post_url ?>&title=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/facenama.png'; ?>" title="اشتراک گذاري در فیس نما" alt="اشتراک گذاري در فیس نما" width="24" height="24" /></a><br/>
<a href="http://balatarin.com/links/submit?phase=2&url=<?php echo $post_url; ?>&title=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/balat.png'; ?>" title="اشتراک گذاري در بالاترين" alt="اشتراک گذاري در بالاترين" width="24" height="24" /></a><br/>
<a href="http://donbaleh.com/submit.php?url=<?php echo $post_url ?>&subject=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/donbaleh.png'; ?>" title="اشتراک گذاري در دنباله" alt="اشتراک گذاري در دنباله" width="24" height="24" /></a><br/>
<a href="http://www.viwio.com/home/?status=<?php echo $post_url ?>%20-%20<?php echo str_replace(" ","%20",$post_title) ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/viwio.png'; ?>" title="اشتراک گذاري در وي ويو" alt="اشتراک گذاري در وي ويو" width="24" height="24" /></a><br/>
<a href="http://delicious.com/post?url=<?php echo $post_url ?>&title=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/delicious.png'; ?>" title="اشتراک گذاري در خوشمزه" alt="اشتراک گذاري در خوشمزه" width="24" height="24" /></a><br/>
<a href="http://www.friendfeed.com/share?title=<?php echo $post_title ?>&link=<?php echo $post_url ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/friendfeed.png'; ?>" title="اشتراک گذاري در فرندفيد" alt="اشتراک گذاري در فرندفيد" width="24" height="24" /></a><br/>
<a href="http://www.google.com/buzz/post?url=<?php echo $post_url ?>&title=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/googlebuzz.png'; ?>" title="اشتراک گذاري در google buzz" alt="اشتراک گذاري در google buzz" width="24" height="24" /></a><br/>
<a href="https://twitter.com/home/?status=<?php echo $post_title ?>-<?php echo $post_url ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/twitter.png'; ?>" title="اشتراک گذاري در توييتر" alt="اشتراک گذاري در توييتر" width="24" height="24" /></a><br/>
<a href="http://compose.mail.yahoo.com/?Subject=<?php echo $post_title ?>&body=Link:<?php echo $post_url ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/yahoomail.png'; ?>" title="ايميل از طريق ياهو" alt="ايميل از طريق ياهو" width="24" height="24" /></a><br/>
<a href="https://mail.google.com/mail/?ui=2&view=cm&fs=1&tf=1&su=<?php echo $post_title ?>&body=Link:<?php echo $post_url ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/gmail.png'; ?>" title="ايميل از طريق جيميل" alt="ايميل از طريق جيميل" width="24" height="24" /></a><br/>
</div>

اگه میشه به جای نقطه چین از یه چیزی شبیه - - - - - بزارید؟

و اینکه اگه میشه یه کاری کنید که این استایل در داخل متن " به اشتراک بزارید " هم قرار بگیره

و اینکه استایلش جداگانه باشه که بزارم تو فایل استایل

مرسی

لینک به ارسال



<?php
$post_url = get_permalink();
$post_title = get_the_title();
$template_directory_uri = get_template_directory_uri();
?>
<br/><div class="social">
<span class="socialspan"><strong>به اشتراک بگذارید :</strong></span><br/><br/>
<a href="ymsgr:im?msg=<?php echo str_replace(" ","%20",$post_title ) . $post_url;?> "rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/email.png'; ?>" title="اشتراک گذاری در یاهو مسنجر" alt="اشتراک گذاری در یاهو مسنجر" width="24" height="24" /></a><br/>
<a href="http://plus.google.com/share?url=<?php echo $post_url ?>&title=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/google-logo.png'; ?>" title="اشتراک گذاري در گوگل پلاس" alt="اشتراک گذاري در گوگل پلاس" width="24" height="24" /></a><br/>
<a href="https://www.facebook.com/sharer.php?u=<?php echo $post_url ?>&t=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/facebook.png'; ?>" title="اشتراک گذاري در فيس بوک" alt="اشتراک گذاري در فيس بوک" width="24" height="24" /></a><br/>
<a href="http://www.cloob.com/share/link/add?url=<?php echo $post_url ?>&title=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/cloob.png'; ?>" title="اشتراک گذاري در کلوب" alt="اشتراک گذاري در کلوب" width="24" height="24" /></a><br/>
<a href="http://facenama.com/links/?url=<?php echo $post_url ?>&title=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/facenama.png'; ?>" title="اشتراک گذاري در فیس نما" alt="اشتراک گذاري در فیس نما" width="24" height="24" /></a><br/>
<a href="http://balatarin.com/links/submit?phase=2&url=<?php echo $post_url; ?>&title=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/balat.png'; ?>" title="اشتراک گذاري در بالاترين" alt="اشتراک گذاري در بالاترين" width="24" height="24" /></a><br/>
<a href="http://donbaleh.com/submit.php?url=<?php echo $post_url ?>&subject=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/donbaleh.png'; ?>" title="اشتراک گذاري در دنباله" alt="اشتراک گذاري در دنباله" width="24" height="24" /></a><br/>
<a href="http://www.viwio.com/home/?status=<?php echo $post_url ?>%20-%20<?php echo str_replace(" ","%20",$post_title) ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/viwio.png'; ?>" title="اشتراک گذاري در وي ويو" alt="اشتراک گذاري در وي ويو" width="24" height="24" /></a><br/>
<a href="http://delicious.com/post?url=<?php echo $post_url ?>&title=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/delicious.png'; ?>" title="اشتراک گذاري در خوشمزه" alt="اشتراک گذاري در خوشمزه" width="24" height="24" /></a><br/>
<a href="http://www.friendfeed.com/share?title=<?php echo $post_title ?>&link=<?php echo $post_url ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/friendfeed.png'; ?>" title="اشتراک گذاري در فرندفيد" alt="اشتراک گذاري در فرندفيد" width="24" height="24" /></a><br/>
<a href="http://www.google.com/buzz/post?url=<?php echo $post_url ?>&title=<?php echo $post_title ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/googlebuzz.png'; ?>" title="اشتراک گذاري در google buzz" alt="اشتراک گذاري در google buzz" width="24" height="24" /></a><br/>
<a href="https://twitter.com/home/?status=<?php echo $post_title ?>-<?php echo $post_url ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/twitter.png'; ?>" title="اشتراک گذاري در توييتر" alt="اشتراک گذاري در توييتر" width="24" height="24" /></a><br/>
<a href="http://compose.mail.yahoo.com/?Subject=<?php echo $post_title ?>&body=Link:<?php echo $post_url ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/yahoomail.png'; ?>" title="ايميل از طريق ياهو" alt="ايميل از طريق ياهو" width="24" height="24" /></a><br/>
<a href="https://mail.google.com/mail/?ui=2&view=cm&fs=1&tf=1&su=<?php echo $post_title ?>&body=Link:<?php echo $post_url ?>" rel="nofollow" target="_blank"><img src="<?php echo $template_directory_uri . '/images/social/gmail.png'; ?>" title="ايميل از طريق جيميل" alt="ايميل از طريق جيميل" width="24" height="24" /></a><br/>
</div>

این کدها رو در style.css قرار بدید:


.social{border:2px dashed;padding:5px;text-align:center;}
.socialspan{color: #ff0000;text-align:right !important;}

لینک به ارسال

به گفتگو بپیوندید

هم اکنون می توانید مطلب خود را ارسال نمایید و بعداً ثبت نام کنید. اگر حساب کاربری دارید، برای ارسال با حساب کاربری خود اکنون وارد شوید .

مهمان
ارسال پاسخ به این موضوع ...

×   شما در حال چسباندن محتوایی با قالب بندی هستید.   حذف قالب بندی

  تنها استفاده از 75 اموجی مجاز می باشد.

×   لینک شما به صورت اتوماتیک جای گذاری شد.   نمایش به صورت لینک

×   محتوای قبلی شما بازگردانی شد.   پاک کردن محتوای ویرایشگر

×   شما مستقیما نمی توانید تصویر خود را قرار دهید. یا آن را اینجا بارگذاری کنید یا از یک URL قرار دهید.

×
×
  • اضافه کردن...