Other Cần mấy anh Pro WEB. Thưởng nóng 1$!!!!

Status
Not open for further replies.

LanhKanh

Newbie
Joined
Jul 24, 2012
Messages
34
Reactions
31
MR
0.000
Em đang cần cái phần Subscribe giống với của trang này nên nhờ mấy anh có thể thì lấy dùm cho em cái code của nó để em add vào site dạng blogspot. Mong mấy anh giúp em với, anh nào lấy được thì để lại LR nha để em hậu tạ ;;)



Con đây là site đó: http://demo.studiopress.com/eleven40/threaded-comments/
 
Last edited by a moderator:
Sử dụng chức năng feedburner của Google đi bạn à. Cần RSS nhé.

Tham khảo ở đây:

hoặc ở đây:


Làm được đừng quên mình. =))
Chủ yếu là em cần hình dáng và màu sắc nếu code được hay lấy được code của trang đó thì càng tốt, mà site em là blogspot mà ;;)
 

camelofafrica

Newbie
Joined
Jan 11, 2011
Messages
7
Reactions
146
MR
0.053
<div class="after-post widget-area"><div id="text-5" class="widget widget_text"><div class="widget-wrap"><h4 class="widgettitle">Sign up for my Newsletter</h4>
<div class="textwidget"><ul>
<li>General WordPress Tips and How-To's</li>
<li>Code Snippets for the <a href="http://www.studiopress.com/themes/genesis/">Genesis Framework</a></li>
<li>Detailed Tutorials on Building a Custom Genesis Site</li>
<li>Internet Tricks of the Trade - Design, Social Media and More</li>
</ul>
</div>
</div></div>
<div id="enews-5" class="widget enews-widget"><div class="widget-wrap"><div class="enews"><h4 class="widgettitle">Whatcha waiting for?</h4>
<form id="subscribe" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open( 'http://feedburner.google.com/fb/a/mailverify?uri=studiopress', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
<input type="text" value="Enter your email address..." id="subbox" onfocus="if ( this.value == 'Enter your email address...') { this.value = ''; }" onblur="if ( this.value == '' ) { this.value = 'Enter your email address...'; }" name="email" />
<input type="hidden" name="uri" value="studiopress" />
<input type="hidden" name="loc" value="en_US" />
<input type="submit" value="Sign Up" id="subbutton" />
</form>
</div></div></div>
</div>

Còn cái box màu đen thì bạn dùng cái apps tạo box là đc. Mất một lúc thôi
 
Joined
Apr 23, 2012
Messages
61
Reactions
94
MR
0.001
Đây là theme mà chủ topic cần lấy cái form subscriber, muốn lấy nó thì vào file style.css mà lục nhé, có đủ cả.

http://www.mediafire.com/?1wrs6o8x6775y3m

Sau khi có đc cái css của form này thì chèn form vào website cũng dễ thôi, đây là code mẫu của nó.

Code:
[TABLE]
[TR]
[TD="class: webkit-line-content"]<h4 class="widgettitle">Sign up for my Newsletter</h4>[/TD]
[/TR]
[TR]
[TD="class: webkit-line-number"][/TD]
[TD="class: webkit-line-content"]            <div class="textwidget"><ul>[/TD]
[/TR]
[TR]
[TD="class: webkit-line-number"][/TD]
[TD="class: webkit-line-content"]<li>General WordPress Tips and How-To's</li>[/TD]
[/TR]
[TR]
[TD="class: webkit-line-number"][/TD]
[TD="class: webkit-line-content"]<li>Code Snippets for the <a href="[URL]http://www.studiopress.com/themes/genesis/[/URL]">Genesis Framework</a></li>[/TD]
[/TR]
[TR]
[TD="class: webkit-line-number"][/TD]
[TD="class: webkit-line-content"]<li>Detailed Tutorials on Building a Custom Genesis Site</li>[/TD]
[/TR]
[TR]
[TD="class: webkit-line-number"][/TD]
[TD="class: webkit-line-content"]<li>Internet Tricks of the Trade - Design, Social Media and More</li>[/TD]
[/TR]
[TR]
[TD="class: webkit-line-number"][/TD]
[TD="class: webkit-line-content"]</ul>[/TD]
[/TR]
[TR]
[TD="class: webkit-line-number"][/TD]
[TD="class: webkit-line-content"]</div>[/TD]
[/TR]
[TR]
[TD="class: webkit-line-number"][/TD]
[TD="class: webkit-line-content"]        </div></div>[/TD]
[/TR]
[TR]
[TD="class: webkit-line-number"][/TD]
[TD="class: webkit-line-content"]<div id="enews-5" class="widget enews-widget"><div class="widget-wrap"><div class="enews"><h4 class="widgettitle">Whatcha waiting for?</h4>[/TD]
[/TR]
[TR]
[TD="class: webkit-line-number"][/TD]
[TD="class: webkit-line-content"]            <form id="subscribe" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open( 'http://feedburner.google.com/fb/a/mailverify?uri=studiopress', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">[/TD]
[/TR]
[TR]
[TD="class: webkit-line-number"][/TD]
[TD="class: webkit-line-content"]                <input type="text" value="Enter your email address..." id="subbox" onfocus="if ( this.value == 'Enter your email address...') { this.value = ''; }" onblur="if ( this.value == '' ) { this.value = 'Enter your email address...'; }" name="email" />[/TD]
[/TR]
[TR]
[TD="class: webkit-line-number"][/TD]
[TD="class: webkit-line-content"]                <input type="hidden" name="uri" value="studiopress" />[/TD]
[/TR]
[TR]
[TD="class: webkit-line-number"][/TD]
[TD="class: webkit-line-content"]                <input type="hidden" name="loc" value="en_US" />[/TD]
[/TR]
[TR]
[TD="class: webkit-line-number"][/TD]
[TD="class: webkit-line-content"]                <input type="submit" value="Sign Up" id="subbutton" />[/TD]
[/TR]
[TR]
[TD="class: webkit-line-number"][/TD]
[TD="class: webkit-line-content"]            </form>[/TD]
[/TR]
[TR]
[TD="class: webkit-line-number"][/TD]
[TD="class: webkit-line-content"]            </div></div></div>[/TD]
[/TR]
[/TABLE]

Khuyến mãi thêm 1 đống form đẹp

http://kolakube.com/freebies/custom-optin-forms/
 
Status
Not open for further replies.

Announcements

Today's birthdays

Forum statistics

Threads
423,783
Messages
7,133,206
Members
176,236
Latest member
pingocno1

Most viewed of week

Most discussed of week

Most viewed of week

Most discussed of week

Back
Top Bottom