/*]]>*/
Posts

How To Add "See More" Sections In Blogger

Apne readers ka engagement barhane ke liye professional 3D style widget kaise lagayein.

Blogger par bounce rate kam karne ka sab se behtareen tareeka "Internal Linking" hai. Jab aap post ke darmiyan mein "Read Also" ya "See More" sections add karte hain, to users aapki doosri posts par bhi click karte hain.

Step 1: Code Copy Karein

Neeche diye gaye 3D render style code ko copy karein. Is code mein CSS aur HTML dono shamil hain.

Widget Code (3D Style)
<!-- 'Read Also' Section Start -->
<style>
    .ca-read-also-container { font-family: 'Segoe UI', sans-serif; margin: 30px auto; max-width: 100%; }
    .ca-read-also-card {
        display: flex; align-items: center; background: #fff; border-radius: 20px; padding: 15px;
        text-decoration: none !important; transition: 0.3s;
        box-shadow: 0 10px 20px rgba(0,0,0,0.05), inset 0 -5px 10px rgba(0,0,0,0.05), inset 0 5px 10px rgba(255,255,255,0.8);
        border: 1px solid rgba(0,0,0,0.05);
    }
    .ca-read-also-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); border-color: #e50914; }
    .ca-icon-box {
        flex-shrink: 0; width: 60px; height: 60px; background: linear-gradient(135deg, #ff4d4d, #e50914);
        border-radius: 15px; display: flex; align-items: center; justify-content: center; margin-right: 15px;
        box-shadow: inset 0 2px 4px rgba(255,255,255,0.4), 0 5px 10px rgba(229, 9, 20, 0.2);
    }
    .ca-icon-box svg { width: 30px; height: 30px; fill: white; }
    .ca-label { display: block; font-size: 11px; font-weight: 800; color: #e50914; text-transform: uppercase; }
    .ca-title { display: block; font-size: 16px; font-weight: 700; color: #2d3436 !important; margin: 0; }
    @media (max-width: 480px) { .ca-arrow { display: none; } }
</style>

<div class="ca-read-also-container">
    <a href="YOUR_LINK_HERE" class="ca-read-also-card">
        <div class="ca-icon-box">
            <svg viewBox="0 0 24 24"><path d="M19,2H5C3.89,2 3,2.89 3,4V20C3,21.11 3.89,22 5,22H19C20.11,22 21,21.11 21,20V4C21,2.89 20.11,2 19,2M19,20H5V4H19V20M7,12V14H17V12H7M7,8V10H17V8H7M7,16V18H13V16H7Z" /></svg>
        </div>
        <div class="ca-content">
            <span class="ca-label">Read Also</span>
            <h3 class="ca-title">YOUR_POST_TITLE_HERE</h3>
        </div>
    </a>
</div>
<!-- 'Read Also' Section End -->

Step 2: Blogger HTML View

Blogger Post Editor mein jayein, Pencil icon par click karke HTML View select karein aur wahan ye code paste kar dein.

Step 3: Link Update Karein

Code ke andar jahan YOUR_LINK_HERE likha hai wahan apni post ka link dalein aur YOUR_POST_TITLE_HERE ki jagah post ka title likh dein.

Post a Comment

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!

AdBlock detected! ⚠️

Hi there! 👋

Ads help us keep this site free for you.

Please consider turning off your ad blocker. 🙏

❤️
Site is Blocked
Sorry! This site is not available in your country.