1 Đưa nút like face book , google +1 và tweet vào forum Tue Nov 13, 2012 8:32 am
Admin
Trùm Forum
1.đối với forum dùng giao diện mặc định có dùngùng widget phải hoặc
trái ,bạn vào ACp >> MODULES >> Portal & Widgets
>> Forum widgets management >>Personal widgets
tìm widget Share kéo và thả lên vị trí thích hợp trên widget của forum bạn [You must be registered and logged in to see this image.]
cách 2.demo
[You must be registered and logged in to see this image.]
chèn đoạn code dưới đây vào overrall_footer
trái ,bạn vào ACp >> MODULES >> Portal & Widgets
>> Forum widgets management >>Personal widgets
tìm widget Share kéo và thả lên vị trí thích hợp trên widget của forum bạn [You must be registered and logged in to see this image.]
cách 2.demo
[You must be registered and logged in to see this image.]
chèn đoạn code dưới đây vào overrall_footer
- Code:
<style>
#FM_widget_share div {
width: 60px !important;
}
#FM_widget_share {
width: 200px;
position: fixed;
bottom: 0;
right: -2px;
padding: 4px;
background: white;
-moz-border-radius-top-left: 6px;
border: 5px solid #0F528F;
border-right-width: 0;
text-align: center !important;
border-top-left-radius: 6px 6px;
border-bottom: 0px;
}
#FM_widget_share iframe {
padding-left: 5px;
}
</style>
<div align="center" id="FM_widget_share"></div>
- Code:
<div align="center" id="FM_widget_share"></div>