[miklb]GWG I did realize that there are 9 default styles available for any auth_key so rather than a conditional, I’m just statically adding those and then dynamically adding any custom styles if auth_key is set.
[miklb]one caveat I did discover. you can’t just use your default public auth_key to get styles, requires a new key with the scope styles:list added. Not sure how/where to add that info.
[miklb]sure. I was rambling. But I do appreciate the plugin. I would have just hacked in a simple solution. Its nice to have something more robust to build upon.
[miklb]I’m guessing shouldn’t be too much to add that dropdown to the post edit screen, then check 1st for post_meta before using default set in media settings.
[jemostrom]I’m trying to understand how to use the indieweb plugin. I have two sites example.com and stream.example.com which I both want to use, example being the main site. How should I configure the indieweb plugin in this case (I don’t understand how the ‘rel=“me”’ links should look like for the two sites)
[miklb]the way the plugin template seems to be marking it up is to set h-cite p-in-reply-to and then p-name and u-url on the reply-to link. So I guess that’s OK. I just need to get my template to do something similar.