CSDN VIP如何添加自定義欄目

幾個月前我也開始開了博客,一來給本身加幾個少的可憐的流量,再者,讓原創文章得到更多的曝光,讓有須要的同窗看到。html

寫過博客的同窗都知道,默認只有打賞c幣功能;也沒有專門廣告位;引導欄目,只有側欄本身的引導二維碼。git


如何自定義欄目,加讚揚功能,或者其餘等引導,讓讀者能很直觀的看到,而不是在每篇文章加,增長本身工做量。這個功能之前對全部用戶開放,可是很不幸,這功能被CSDN下架了,看下圖:程序員

custom


我也是以前爲了給讀者下載CSDN資料開了VIP,目前還有400次下載,爲了限制,天天有8個免費下載名額,須要的能夠掃碼關注公衆號,在後臺回覆【2】加我代下載。github


鼠標放到頭像處,點擊下拉框中的【管理博客】>> 點擊側欄的【博客模塊管理】小程序

custom

custom

只能添加一條自定義欄目,欄目內容支持html,能夠自由發揮:
custom微信

添加公衆號引導

<div>
    <p><strong>公衆號</strong></p>
    <img src="http://www.liabio.cn/img/me/gongzhonghao-ercode.jpg" alt="長按識別二維碼關注,精彩第一時間送達" title="長按識別二維碼關注,精彩第一時間送達" height="100%" width="100%">
    <marquee><font color=" red">歡迎掃碼關注! </font></marquee>
</div>

效果圖

custom

添加QQ、QQ羣、郵箱、友情連接等:

<div id="custom_column_27694137" class="panel">
    <p><strong>聯繫方式</strong></p>
    <br><br>
    <ul class="panel_head">
        <span><a target="_blank" href="http://sighttp.qq.com/msgrd?v=3&uin=1939137617&site=&menu=yes">☞ 本人QQ: 1939137617</a>
        </span>
    </ul>
    
    <ul class="panel_head">
        <span><a target="_blank" href="//shang.qq.com/wpa/qunwpa?idkey=1a08adf5d7f9d49a2a83bb0d3b4acf0e94554895e12dc657ecfb88d706d82673"><img border="0" src="//pub.idqqimg.com/wpa/images/group.png" alt="程序員實戰" title="程序員實戰"></a></span>
    </ul>
    <ul class="panel_head">
        <span><a target="_blank" href="https://github.com/liabio">☞ github.com/liabio</a></span>
    </ul>
    <ul class="panel_head">
        <span><a href="mailto:coderaction@foxmail.com">☞ coderaction@foxmail.com</a></span>
    </ul>
    <span><a href="">☞ </a></span>
    <marquee><font color=" red">歡迎光臨! </font></marquee>
</div>

<div>
    <p><strong>友情連接</strong></p>
    <br><br>
    <a target="_blank" href="http://www.liabio.cn/">【小碗湯】的博客</a><br><br>
    <marquee><font color=" red">歡迎來踩! </font></marquee>
</div>

效果圖

custom

  • 其中點擊QQ會打開登錄QQ的對話框,只須要把href裏連接中QQ號換爲本身的;ide

  • 點擊加入QQ羣后會跳轉到加羣窗口,須要在https://qun.qq.com/join.html 網站中登錄須要綁定的QQ號 >> 選擇羣 >> 複製網頁代碼
    custom網站

  • 點擊郵箱會打開郵箱登錄窗口,只需修改href中的郵箱便可ui

添加打賞提問

<div>
    <p><strong>歡迎打賞和提問</strong></p>
    <img src="http://www.liabio.cn/img/fee-say2.png" alt="長按識別提問碼 向我提問" title="長按識別提問碼 向我提問" height="100%" width="100%">
</div>

效果圖

custom

打賞問答圖片由【Chat快問】小程序生成。spa

微信、支付寶打賞

<div>
    <p><strong>掃碼打賞</strong></p>
    <br>
    <img src="http://www.liabio.cn/img/wechat-zhifubao-QR.png" alt="長按識別 微信|支付寶打賞通用" title="長按識別 微信|支付寶打賞通用" height="100%" width="100%">
</div>

只用一個二維碼實現微信、支付寶打賞,由小程序【二維碼合併】支持。

總體代碼

<div id="asideCustom41021941" class="aside-box custom-box">
    <div class="aside-content clearfix">
        <div>
             <p><strong>公衆號</strong></p>
             <img src="http://www.liabio.cn/img/me/gongzhonghao-ercode.jpg" alt="長按識別二維碼關注,精彩第一時間送達" title="長按識別二維碼關注,精彩第一時間送達" height="100%" width="100%">
             <marquee><font color=" red">歡迎掃碼關注! </font></marquee>
        </div>
        <br>
        
        <div id="custom_column_27694137" class="panel">
            <p><strong>聯繫方式</strong></p>
            <ul class="panel_head">
                <span><a target="_blank" href="http://sighttp.qq.com/msgrd?v=3&uin=1939137617&site=&menu=yes">☞ 本人QQ: 1939137617</a>
                </span>
            </ul>
            
            <ul class="panel_head">
                <span><a target="_blank" href="//shang.qq.com/wpa/qunwpa?idkey=1a08adf5d7f9d49a2a83bb0d3b4acf0e94554895e12dc657ecfb88d706d82673"><img border="0" src="//pub.idqqimg.com/wpa/images/group.png" alt="程序員實戰" title="程序員實戰"></a></span>
            </ul>
            <ul class="panel_head">
                <span><a target="_blank" href="https://github.com/liabio">☞ github.com/liabio</a></span>
            </ul>
            <ul class="panel_head">
                <span><a href="mailto:coderaction@foxmail.com">☞ coderaction@foxmail.com</a></span>
            </ul>
            <span><a href="">☞ </a></span>
            <marquee><font color=" red">歡迎光臨! </font></marquee>
        </div>
        <br>
        
        <div>
            <p><strong>友情連接</strong></p>
            <a target="_blank" href="http://www.liabio.cn/">【小碗湯】的博客</a><br><br>
            <marquee><font color=" red">歡迎來踩! </font></marquee>
        </div>
        <br>

        <div>
            <p><strong>歡迎打賞和提問</strong></p>
            <img src="http://www.liabio.cn/img/fee-say2.png" alt="長按識別提問碼 向我提問" title="長按識別提問碼 向我提問" height="100%" width="100%">
        </div>
        <br>
        <div>
            <p><strong>掃碼打賞</strong></p>
            <img src="http://www.liabio.cn/img/wechat-zhifubao-QR.png" alt="長按識別 微信|支付寶打賞通用" title="長按識別 微信|支付寶打賞通用" height="100%" width="100%">
        </div>
    </div>
</div>

總體效果

custom

相關文章
相關標籤/搜索