🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Yet another jQuery Behance Feed plugin which fetches and displays your latest Behance projects in the webpage using AJAX.

Behance

Documentation

behance-feed.js

Behance Feed is a simple way to add your behance last updates to your website.

Installation

Setting up Behance-feed is pretty straight-forward. Just download the script and include it in your HTML:

<script type="text/javascript" src="path/to/behance-feed.js"></script>

Basic Usage

Add the apiKey and user variables to the global layout. Here's an example of getting a feed from Your_Username:

<script>   var apiKey = 'Your_Behance_API';   var user = 'Your_Username'; </script>

Behance feed with automatically look for a <div id="behance-feed"></div> and fill it with linked thumbnails.

Also you can add the styles.css file or copy the content into your main css file in order to look good and start to make some changes to adapt it to your website style

<link href="styles.css" rel="stylesheet">

If you have some questions you can rapidly go here and check it.

Requirements

You are gonna require Bootstrap and jQuery to get it work. Also, you've to get a valid client id or API Key from Behance's developer website. You can easily register for one on Behance's website.

If you need help with that step, just try Googling "How to get an Behance API Key".

Change Log

1.0.0

First realease. Everything just simple.


You May Also Like