/behance-vanillajs

https://github.com/pinceladasdaweb/Behance-Portfolio-Page

Primary LanguageJavaScriptMIT LicenseMIT

Behance Portfolio Page

Behance Portfolio Page developed with Vanilla JS

Motivation

I created a version of Vanilla JS based on the original tuts+. Demo here.

How to use?

Behance Portfolio Page is a Vanilla JS plugin with no dependancies. Include the app.min.js in the footer of your page and initialise it:

(function(window, document, undefined) {
    Be.profile({
        user: 'behance-username-here'
    });
}(window, document));

In file request.php you must populate the variable $ client_id with the Client ID of your app created in central Developers Behance.

Browser support

IE8+ and modern browsers.

License

Behance Portfolio Page is licensed under the MIT License.