Behance Portfolio Page developed with Vanilla JS
I created a version of Vanilla JS based on the original tuts+. Demo here.
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.
IE8+ and modern browsers.
Behance Portfolio Page is licensed under the MIT License.