Howdy, Stranger!

It looks like you're new here. Sign in or register to get started.

If you have any questions, reports, suggestions, or requests about Live2D, please send them to this forum.
※We cannot guarantee statements or answers from Live2D staff. Thank you for your understanding in advance.
 
Live2D Cubism
Cubism Products and Downloads
Cubism product manuals and tutorials
Cubism Editor Manual    Cubism Editor Tutorial    Cubism SDK Manual    Cubism SDK Tutorial
[INFORMATION](03/28/2024)
Cubism Editor 5.1 alpha version is now available!
Find out how to use the new features here.
Please take this opportunity to use it and give us your feedback!

For more information and download, please check out the Cubism Editor 5.1 alpha category.

Any way to place a 2D model in a tumblr theme?

Hello everyone, I was wondering if there was a way to place something like my mascot's live2D model in the background of my tumblr page. I've been trying to find instruction on how to do it, but no matter what keywords combination I try all I can find are live2D tutorial tumblr pages but nothing about using the models as a part of the page. Been wanting to update the page for a while and thought this would be a fun way to give a new image to it. So yeah, if you know of a premade theme that allows it or how to implement it, please let me know. Thank you

Comments

  • i think the way to go about this is to

    1- find a tumblr theme that has the background image in a specific box, meaning it's not in the background script (css) as background-align and background-repeat etc, it has to be a picture set to the location it will appear in to make it seem like a background. on tumblr themes it's usually at the buttom right of the screen. you want something like

    <div> image.png </div>

    2- find a tutorial on how to make a WebGL/ HTML5 object with live2d (it should end up with something like this: http://app2.live2d.com/a/wg/de.html )

    3- i'm not clear on the details but what you want to do is replace the div with the still image in the theme with location of the webGL object, it might be a URL leading to the object or you might need to upload your webGL object to a personal website and link to it from there (sorry i don't know much about it)

    basically find a theme with a location already prepared for an object to be placed in the corner and replace the still image with the active character.

    sorry i can't be of more help, i don't know much about tumblr themes of webgl but maybe any of the above can help you find the right keywords to look through!
Sign In or Register to comment.