TheJoshShephard
KPCKevin Powell - Community
•Created by TheJoshShephard on 10/6/2024 in #back-end
Using C# with Threads [META] Graph API?
I'm currently attempting a second go with the recently released Threads API.
Assuming I have everything else correct in the dev portal, I'm not sure if I'm missing anything.
I was curious if anyone who might have more experience with any of META's API's or C#, could possibly help me see what might need to be adjusted. In order for this to work?
Right now I'm just trying to get it to create a simple image post with text.
1 replies
KPCKevin Powell - Community
•Created by TheJoshShephard on 8/25/2024 in #front-end
Using API's
1 replies
KPCKevin Powell - Community
•Created by TheJoshShephard on 5/7/2024 in #front-end
Lottie Dynamic Text With JS?
Hey everyone,
Does anyone have experience with swapping out text in personal Lottie animations?
I've been trying to develop something for a source to be used in OBS, but unfortunately can't seem to figure out how to effectively target the text in the animation.
I've been using a mix of Chat GPT, stuff mentioned by the developer of Body Movin, SVGenius and the docs on Lottiefiles. Yet can't seem to quite get it.
If I manually update the JSON the text obviously changes. But just not with JS... Yet.
Also to anyone who may have successfully done it. How do you normally prep the files?
Like layer names, Lottie export settings, and any JSON modifications?
I've seen one person name the layers, then manually insert variables in the JSON as an example. But they never showed how to execute it via JS after.
Thanks in advance!
1 replies
KPCKevin Powell - Community
•Created by TheJoshShephard on 4/6/2024 in #front-end
Anchor Tag Isolation?
Is it possible to limit how an anchor tag works without Java? A site I use doesn't allow Java, so I thought I could maybe implement this carousel I found on Codepen.
https://codepen.io/Schepp/pen/WNbQByE?editors=1100****
Also I can't use input, labels and radio. So I'm limited to this as an option.
While it works great by it's self.
I just now realized the page will jump to it, while also controlling the items inside. So I was wondering if I could maybe limit the anchor tags to work within the carousel or somehow prevent the site from also jumping while it's being used?
1 replies
KPCKevin Powell - Community
•Created by TheJoshShephard on 4/3/2024 in #front-end
Pseudo Selector Solution?
I feel silly for asking this, but I'm currently trying to target something on a social site that allows custom code. I've been able to figure most things out.
But I'm currently struggling to find a possible solution.
On the site, in one section the header has words wrapped around a link.
If I use ::before, the whole thing changes. If I use :not() I can't exclude the href present.
Thought maybe I'm using it wrong with this current attempt.
The html essentially looks like such...
Is there a way to target just the sentence before the link or way to exclude the link? I want to change the before and essentially keep the link and the after if possible
Quick edit: The site does not allow for Java, so I'm limited to pure CSS.
18 replies
KPCKevin Powell - Community
•Created by TheJoshShephard on 3/29/2024 in #front-end
Empty Space Caused by Containers or Content
13 replies